[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 453   <  SKIP 713  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21043McDonald, Johnathan12311BerlinHamburgGermany
22380Nath, Brendan, C14129BerlinHessenGermany
22473Patel, Clifford, L14111BerlinHamburgGermany
22568Wu, Autumn14197BerlinSaarlandGermany

Generated 2025-07-18 12:12:32.257 UTC