[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 875   SHUFFLE   <  SKIP 1310  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27747Henderson, Edward98020EdmondsWashingtonUnited States
18999Watson, Mackenzie97355LebanonOregonUnited States
26466Turner, Kevin97005BeavertonOregonUnited States

Generated 2025-07-08 23:08:59.733 UTC