[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 5471  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15655Gomez, Deanna45001EssenHamburgGermany
16475Anand, Kurt, L45001EssenHamburgGermany
17764Garcia, Terrance, L45001EssenHamburgGermany

Generated 2025-07-14 08:55:11.113 UTC