[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 2421   SHUFFLE   <  SKIP 724  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27474Hayes, Alexandria, C98168BurienWashingtonUnited States
14331Murphy, Timothy97222MilwaukieOregonUnited States
14289Martinez, Jessica95062Santa CruzCaliforniaUnited States

Generated 2025-07-12 13:34:26.275 UTC