[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 512   SHUFFLE   <  SKIP 894  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26071Henderson, Brittany, W94519ConcordCaliforniaUnited States
25165Brown, Ashley, D90706BellflowerCaliforniaUnited States
26332Mitchell, Aaron, W97355LebanonOregonUnited States
17895Subram, AllenGA10GatesheadEnglandUnited Kingdom
26255Alexander, Cameron97355LebanonOregonUnited States
14571Richardson, Rachel, M90706BellflowerCaliforniaUnited States

Generated 2025-07-12 16:45:29.817 UTC