[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 0   SHUFFLE   <  SKIP 2640  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18654Lopez, Thomas, A94941Mill ValleyCaliforniaUnited States
15459Dominguez, Beth63151MühlheimHamburgGermany
11021Wilson, Destiny97005BeavertonOregonUnited States
21515Yuan, BarbaraRG12 8TBBracknellEnglandUnited Kingdom
12764Harris, Alexandra98403TacomaWashingtonUnited States
16601Rana, Tabitha, YOX1OxfordEnglandUnited Kingdom
13917Allen, Samuel, W94947NovatoCaliforniaUnited States

Generated 2025-10-31 23:19:43.087 UTC