[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 416   SHUFFLE   <  SKIP 678  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23510Cooper, Morgan, R94519ConcordCaliforniaUnited States
21285Rivera, Mackenzie97330CorvallisOregonUnited States
23479Robinson, Fernando97301SalemOregonUnited States
12512Gomez, Carolyn, A12311BerlinSaarlandGermany

Generated 2025-07-20 01:53:15.569 UTC