[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 1875   SHUFFLE   <  SKIP 1234  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16119Watson, Hailey, I97330CorvallisOregonUnited States
23240Chapman, Phillip98312BremertonWashingtonUnited States
25480Thomas, MiguelKB9KirkbyEnglandUnited Kingdom

Generated 2025-07-17 01:22:50.187 UTC