[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 3000  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25776Zhou, DamienAS23Stoke-on-TrentEnglandUnited Kingdom
13175Smith, NoahV7L 4J4N. VancouverBritish ColumbiaCanada
26484Patterson, Fernando, E90706BellflowerCaliforniaUnited States
23664Guo, Sandra3220GeelongVictoriaAustralia

Generated 2025-07-21 11:03:37.766 UTC