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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11305Evans, Sean, A91910Chula VistaCaliforniaUnited States
21235Hernandez, Stephanie, V90706BellflowerCaliforniaUnited States
28018Foster, Rachel94063Redwood CityCaliforniaUnited States

Generated 2025-07-10 02:18:23.469 UTC