[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 24   SHUFFLE   <  SKIP 1082  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17547Yuan, Alejandro, J90706BellflowerCaliforniaUnited States
20743Howard, Arianna, W97005BeavertonOregonUnited States
20187King, Robert, C91977Spring ValleyCaliforniaUnited States
26472Hughes, David91977Spring ValleyCaliforniaUnited States
18435Phillips, Maria, I99362Walla WallaWashingtonUnited States
16099Jenkins, Julian98104SeattleWashingtonUnited States

Generated 2025-07-14 09:35:39.867 UTC