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

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23619Tang, Ricardo, L45001EssenHamburgGermany
25144Fernandez, Johnathan45001EssenHamburgGermany
25543Chen, Ramon, T45001EssenHamburgGermany
25702Lopez, Evelyn, E45001EssenHamburgGermany
27173Ye, Suzanne45001EssenHamburgGermany
27952Perez, Roy45001EssenHamburgGermany

Generated 2025-07-14 17:35:03.702 UTC