[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 444   SHUFFLE   <  SKIP 2555  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23886Stewart, Sean91791West CovinaCaliforniaUnited States
13163Lopez, Noah, M94015Daly CityCaliforniaUnited States
26497Sanchez, Karen98027IssaquahWashingtonUnited States

Generated 2025-07-13 23:08:26.230 UTC