[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 4000   <  SKIP 1230  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22835Zhang, Alan45001EssenHamburgGermany
23604Kovar, Troy, J45001EssenHamburgGermany
23612Liu, Rosa45001EssenHamburgGermany
23619Tang, Ricardo, L45001EssenHamburgGermany
25144Fernandez, Johnathan45001EssenHamburgGermany
25543Chen, Ramon, T45001EssenHamburgGermany
25702Lopez, Evelyn, E45001EssenHamburgGermany

Generated 2025-07-22 06:52:23.067 UTC