[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 4000   SHUFFLE   <  SKIP 2670  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23861Anand, Keith, C97005BeavertonOregonUnited States
14350Moore, Emily, W97205PortlandOregonUnited States
19537Brooks, Michelle, C97222MilwaukieOregonUnited States

Generated 2025-07-15 17:05:36.670 UTC