[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 750   SHUFFLE   <  SKIP 2002  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13710Harris, Destiny, MV8POak BayBritish ColumbiaCanada
11256Hernandez, Katelyn, L98036LynnwoodWashingtonUnited States
23162Flores, Sarah94063Redwood CityCaliforniaUnited States

Generated 2025-07-19 20:17:47.655 UTC