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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21843He, Erica, F04139LeipzigNordrhein-WestfalenGermany
23957Zheng, Louis04139LeipzigNordrhein-WestfalenGermany
25742He, Tamara04139LeipzigNordrhein-WestfalenGermany

Generated 2025-07-12 10:20:35.548 UTC