[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 2223  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11955Green, Gabriel, L91203GlendaleCaliforniaUnited States
21773Rogers, Alyssa97005BeavertonOregonUnited States
14699Munoz, Gerald, R80074MünchenHamburgGermany
22454Raman, Rebekah, ESL67RJMaidenheadEnglandUnited Kingdom
26824Blanco, TheresaSW1P 2NULondonEnglandUnited Kingdom
24719Zheng, Susan, K22001HamburgHessenGermany

Generated 2025-11-05 04:17:29.808 UTC