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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21515Yuan, BarbaraRG12 8TBBracknellEnglandUnited Kingdom
11679Richardson, Dalton, W98371PuyallupWashingtonUnited States
27737Taylor, Brandon, C94063Redwood CityCaliforniaUnited States

Generated 2025-07-11 03:57:06.532 UTC