[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 2000   SHUFFLE   <  SKIP 61  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15244Rodriguez, Alexis, LV8XRoyal OakBritish ColumbiaCanada
13944Moore, Andrew, AV2M1S6NewtonBritish ColumbiaCanada
13925Barnes, Wyatt, A94063Redwood CityCaliforniaUnited States

Generated 2025-07-09 00:38:36.569 UTC