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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20386Russell, Anna, O91945Lemon GroveCaliforniaUnited States
16777Simmons, Cameron, J97222MilwaukieOregonUnited States
13547Jimenez, MicheleAS23Stoke-on-TrentEnglandUnited Kingdom
19113Patterson, Aaron, WV8XRoyal OakBritish ColumbiaCanada

Generated 2025-07-12 20:40:10.726 UTC