[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 5472  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16475Anand, Kurt, L45001EssenHamburgGermany
17704Moreno, Nelson, R45001EssenHamburgGermany
17764Garcia, Terrance, L45001EssenHamburgGermany
17928She, Terrence, S45001EssenHamburgGermany
19349Anand, Warren, M45001EssenHamburgGermany
20140Navarro, Joe, A45001EssenHamburgGermany
22585He, Kelvin, A45001EssenHamburgGermany

Generated 2025-07-13 03:23:57.196 UTC