[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 0   SHUFFLE   <  SKIP 2901  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25398Jones, Thomas, K94070San CarlosCaliforniaUnited States
14897Moore, HunterV8Y 1L1CliffsideBritish ColumbiaCanada
19747Rai, Louis94519ConcordCaliforniaUnited States
19031Perez, Regina, SW10 6BLLondonEnglandUnited Kingdom

Generated 2025-11-01 17:00:22.405 UTC