[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 650   SHUFFLE   <  SKIP 3423  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26333Alexander, Alexandria97205PortlandOregonUnited States
19288Wang, Candice80074MünchenHamburgGermany
14501Prasad, Ruben90210Beverly HillsCaliforniaUnited States
26220Harris, JonathanPE17BuryEnglandUnited Kingdom
29442Yuan, Damien, M66001SaarbrückenSaarlandGermany
27691Goel, Marshall, M2580GoulburnNew South WalesAustralia

Generated 2025-07-15 09:35:47.764 UTC