[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 2000   SHUFFLE   <  SKIP 12  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28632Nath, Kathryn97005BeavertonOregonUnited States
23091Peterson, Richard92806La JollaCaliforniaUnited States
19264Gonzalez, Kristopher, C3429SunburyVictoriaAustralia

Generated 2025-07-09 20:14:23.151 UTC