[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 512   SHUFFLE   <  SKIP 3528  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19718Butler, Taylor97222MilwaukieOregonUnited States
23802Diaz, Emily, S97301SalemOregonUnited States
22364Jenkins, Katherine, E94109San FranciscoCaliforniaUnited States
17676Yang, Eugene90706BellflowerCaliforniaUnited States

Generated 2025-07-19 12:03:30.303 UTC