[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 0   SHUFFLE   <  SKIP 3112  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16232Richardson, Chase, A98033KirklandWashingtonUnited States
16181Rubio, Daisy, A6006PerthSouth AustraliaAustralia
26084Jenkins, Luke91977Spring ValleyCaliforniaUnited States
18637Sharma, Thomas, AV9MetchosinBritish ColumbiaCanada
17171Clark, Katherine91977Spring ValleyCaliforniaUnited States
17618Liu, Ramon, M98225BellinghamWashingtonUnited States

Generated 2025-10-29 23:00:28.599 UTC