[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 750   <  SKIP 6987  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15524Stone, Dalton, M97034Lake OswegoOregonUnited States
16111Green, Allison97034Lake OswegoOregonUnited States
16084Wright, Allison, R97034Lake OswegoOregonUnited States

Generated 2025-10-14 21:58:55.380 UTC