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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11412Bryant, Sydney, S85049IngolstadtBayernGermany
12273Carlson, Nelson, M85049IngolstadtBayernGermany
12378Sanchez, Brianna, P85049IngolstadtBayernGermany

Generated 2025-07-16 18:46:02.754 UTC