[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 1837  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26183Arthur, Allen, M90706BellflowerCaliforniaUnited States
20472Coleman, Edward, A97005BeavertonOregonUnited States
27502Thompson, TylerV3L 1H4WestminsterBritish ColumbiaCanada

Generated 2025-07-13 19:39:52.860 UTC