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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28806Hernandez, Randall, H84720Cedar CityUtahUnited States
12771Thomas, Morgan91977Spring ValleyCaliforniaUnited States
14481Edwards, Mary, B98312BremertonWashingtonUnited States

Generated 2025-07-10 17:21:29.310 UTC