[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 250   SHUFFLE   <  SKIP 964  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24643Campbell, Jada, F90505TorranceCaliforniaUnited States
23270Anderson, Anna, R94015Daly CityCaliforniaUnited States
12209Jai, Mindy90706BellflowerCaliforniaUnited States
19877Zheng, Steve, D91910Chula VistaCaliforniaUnited States

Generated 2025-07-13 18:30:56.327 UTC