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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11411Ross, Devin, A85049IngolstadtBayernGermany
11412Bryant, Sydney, S85049IngolstadtBayernGermany
12378Sanchez, Brianna, P85049IngolstadtBayernGermany

Generated 2025-07-11 07:07:14.127 UTC