Hi all,
i have three tables:
table 1 has two colomns: name and id
table 2 has two columns: countrycode and id(id in this table is the forgin key from table one)
table 3 has two columns: countryname and countrycode(countrycode is the forggin key from table two)
now i have to make a query to select the name from table one and the countryname that belongs to that name from table three .
can anyone help me to make this query???
Thanx.