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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19010Ortega, Naomi94519ConcordCaliforniaUnited States
17102Goel, Andres, B66272Sulzbach TaunusSaarlandGermany
28002Kumar, Christy, J98312BremertonWashingtonUnited States
12774Gao, Kristen94010BurlingameCaliforniaUnited States

Generated 2025-07-08 19:06:20.448 UTC