Hi,
I'm just starting with SQL and have quite a basic question.
I have a table People with the following fields:
PersonID, Name, CountryID
Sample data:
1 Bob 4
2 Jim 5
3 Bill 5
A Countries table with the following fields:
CountryID, Name, ContinentID
Sample data:
4 USA 1
5...