[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 7788  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16603Mr., Seely, Scott80074MünchenHamburgGermany
17104Rodriguez, Clifford80074MünchenNordrhein-WestfalenGermany
16534Holt, Claudia80074MünchenHessenGermany

Generated 2025-07-13 22:24:11.670 UTC