[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 512   SHUFFLE   <  SKIP 1014  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15123Lopez, Sergio, L3977CranbourneVictoriaAustralia
27965Gomez, MeredithMK8 8ZDMilton KeynesEnglandUnited Kingdom
18777Clark, Richard, W90241DowneyCaliforniaUnited States
24053Allen, Jose, C66578NeunkirchenSaarlandGermany

Generated 2025-07-12 22:10:19.241 UTC