[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 2214   SHUFFLE   <  SKIP 2994  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11323Patterson, Jose94015Daly CityCaliforniaUnited States
11685Griffin, Jose, A97222MilwaukieOregonUnited States
22237Morris, Angel, C91203GlendaleCaliforniaUnited States
13943Bryant, Kelly90012Los AngelesCaliforniaUnited States

Generated 2025-07-21 18:49:47.239 UTC