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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18850Hughes, Ethan94941Mill ValleyCaliforniaUnited States
13296Anderson, Seth, D90210Beverly HillsCaliforniaUnited States
23833Gonzales, Kevin, J98027IssaquahWashingtonUnited States
14773Ross, Noah59491Villeneuve-d'AscqNordFrance

Generated 2025-07-15 09:54:53.871 UTC