[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   SKIP 4000   SHUFFLE   <  SKIP 4807  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23294Chen, Suzanne, R98225BellinghamWashingtonUnited States
23990Huang, Claudia, M92700ColombesHauts de SeineFrance
29265Diaz, Marissa, C94015Daly CityCaliforniaUnited States
22269Yang, Caleb94519ConcordCaliforniaUnited States

Generated 2025-07-19 04:52:26.976 UTC