[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 1972   SHUFFLE   <  SKIP 1749  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17422Campbell, HunterV9MetchosinBritish ColumbiaCanada
28190Cook, Kimberly, R94063Redwood CityCaliforniaUnited States
20699Wang, Hunter91950National CityCaliforniaUnited States

Generated 2025-07-20 21:25:07.811 UTC