[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   <  SKIP 5543  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25305Rodriguez, Ivan, H60082Frankfurt am MainHamburgGermany
25451Subram, Geoffrey, L60075Frankfurt am MainSaarlandGermany
25455Zheng, Jorge60355Frankfurt am MainHamburgGermany
25498Kapoor, Shane, D60061Frankfurt am MainSaarlandGermany

Generated 2025-07-21 16:49:49.064 UTC