[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 5924  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25165Brown, Ashley, D90706BellflowerCaliforniaUnited States
25522Anand, Casey, F91480FrankfurtBayernGermany
17331Stone, Keith3205South MelbourneVictoriaAustralia
12940Rogers, Steven90401Santa MonicaCaliforniaUnited States

Generated 2025-07-17 03:24:45.041 UTC