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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28234Nelson, Jack, I90706BellflowerCaliforniaUnited States
20355Gray, Melanie, S97301SalemOregonUnited States
11249Patel, Cindy, A66272Sulzbach TaunusSaarlandGermany
21880Gomez, Marc, J3977CranbourneVictoriaAustralia

Generated 2025-07-12 03:31:12.544 UTC