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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19921Cai, Cara, L80074MünchenHamburgGermany
20574Patel, Brett, A80074MünchenHamburgGermany
20591Tang, Kara80074MünchenHamburgGermany

Generated 2025-07-17 03:20:44.852 UTC