[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 456   SHUFFLE   <  SKIP 1866  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18867Perry, Thomas, R97222MilwaukieOregonUnited States
25359Young, Alex, D90802Long BeachCaliforniaUnited States
22289Long, Thomas, E90706BellflowerCaliforniaUnited States

Generated 2025-07-15 11:19:27.068 UTC