[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 24   SHUFFLE   <  SKIP 1440  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21304Cooper, Jada98027IssaquahWashingtonUnited States
19538Hall, Connor, E98501OlympiaWashingtonUnited States
23067Pal, Kelli, M94010BurlingameCaliforniaUnited States

Generated 2025-07-13 19:05:44.184 UTC