[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 7776  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22282Hughes, Jonathan97034Lake OswegoOregonUnited States
22329Peterson, Grace, Y97034Lake OswegoOregonUnited States
22341Washington, Tristan, A97034Lake OswegoOregonUnited States
22376Martin, Marcus, R97034Lake OswegoOregonUnited States

Generated 2025-07-13 03:09:20.257 UTC