[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SHUFFLE   <  SKIP 4012  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20332Navarro, Danny, J98225BellinghamWashingtonUnited States
18904Thomas, Emma, J94070San CarlosCaliforniaUnited States
18343Green, Dalton94611OaklandCaliforniaUnited States

Generated 2025-07-11 17:53:34.520 UTC