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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28004Edwards, Andrea98270MarysvilleWashingtonUnited States
24533Long, BlakeEM15Esher-MoleseyEnglandUnited Kingdom
28086Anand, Bridget90706BellflowerCaliforniaUnited States

Generated 2025-07-09 05:18:25.441 UTC