[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 987  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15359Yang, Logan, M98020EdmondsWashingtonUnited States
19322Romero, Gerald, KSW19 3RULondonEnglandUnited Kingdom
16120Ramirez, Bryce, H94015Daly CityCaliforniaUnited States
16886Flores, Aidan97205PortlandOregonUnited States

Generated 2025-07-08 09:49:43.001 UTC