[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   SHUFFLE   SKIP 2550   <  SKIP 543  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19680King, Jan97355LebanonOregonUnited States
28598Russell, Wyatt, A92102San DiegoCaliforniaUnited States
15416Barnes, Edward, A97222MilwaukieOregonUnited States
18474Smith, James90802Long BeachCaliforniaUnited States

Generated 2025-07-20 17:41:44.436 UTC