[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 512   SHUFFLE   <  SKIP 28  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13148Anderson, Tyler, EV3L 1H4WestminsterBritish ColumbiaCanada
11871Bennett, Dalton, L98036LynnwoodWashingtonUnited States
21507Smith, Hunter, LCM11BillericayEnglandUnited Kingdom

Generated 2025-07-11 16:37:42.519 UTC