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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20780White, Michael, A97355LebanonOregonUnited States
15547Wood, Cassidy94015Daly CityCaliforniaUnited States
25331White, JamesV9B 5T2ShawneeBritish ColumbiaCanada
26622Howard, Jan98020EdmondsWashingtonUnited States

Generated 2025-07-08 01:00:06.044 UTC