[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 5480  >   <  TAKE 6  >   

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

6 items

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

Generated 2025-07-13 03:11:02.363 UTC