[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 127   SHUFFLE   <  SKIP 2345  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23219Mrs., West, AlyssaPE17BuryEnglandUnited Kingdom
25453She, DrewOX14 4SEOxfordEnglandUnited Kingdom
13800Li, Logan59000LilleNordFrance
16973Collins, Katherine90706BellflowerCaliforniaUnited States

Generated 2025-07-21 11:06:34.162 UTC