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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21153Thompson, James, R94070San CarlosCaliforniaUnited States
18679Wood, Seth, C98055RentonWashingtonUnited States
20917Tang, TonyaE17 6JFLondonEnglandUnited Kingdom

Generated 2025-07-11 03:51:44.218 UTC