[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 999   SHUFFLE   <  SKIP 255  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16882Young, Robert, G97222MilwaukieOregonUnited States
25322Perez, Tina, J12171BerlinSaarlandGermany
27841Vance, Gerald, MSW8 1XDLondonEnglandUnited Kingdom
15123Lopez, Sergio, L3977CranbourneVictoriaAustralia

Generated 2025-07-17 11:52:22.835 UTC