[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 1126  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24116Martinez, Pedro75007ParisSeine (Paris)France
28250Dominguez, Tyrone, L90706BellflowerCaliforniaUnited States
26540Sanchez, Jada94014ColmaCaliforniaUnited States
11229Stewart, Adrian, C94063Redwood CityCaliforniaUnited States

Generated 2025-07-19 20:33:52.437 UTC