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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29006Kumar, Christian, L97330CorvallisOregonUnited States
21504Torres, Chloe, D98312BremertonWashingtonUnited States
20170Martin, Jerome, DOX16 8RSOxonEnglandUnited Kingdom

Generated 2025-07-12 21:37:51.231 UTC