[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 27  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23291Evans, Timothy97222MilwaukieOregonUnited States
29475Ward, Jared, A20354HamburgHamburgGermany
11187Cooper, Jennifer, S98168BurienWashingtonUnited States
21428Brooks, Jada, A98168BurienWashingtonUnited States

Generated 2025-07-09 18:24:57.538 UTC