I was wondering if there is an easy way of joining these two tables.
Table1
Name FromCountryID ToCountryID
------------------------------
sam         1          2    
lee         3          4
john        2          1
Table2:
CountryID   CountryName
1           USA
2           UK
3           Canada
4           Nepal
 
     
    