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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19702Diaz, Edward91776San GabrielCaliforniaUnited States
20410Jackson, Richard99202SpokaneWashingtonUnited States
27051Brown, Charles94063Redwood CityCaliforniaUnited States

Generated 2025-11-05 07:30:26.870 UTC