[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 3014  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23861Anand, Keith, C97005BeavertonOregonUnited States
19680King, Jan97355LebanonOregonUnited States
13166Chen, Kyle91950National CityCaliforniaUnited States

Generated 2025-07-19 15:53:22.990 UTC