[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 512   <  SKIP 6714  >   <  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-20 23:34:54.539 UTC