I have these two tables. The connecting \"key\" is conID which is included in both tables. So now i would like to write select statement which would give me something like
SELECT Name, lastName, address, people.conID, postnum, region FROM people JOIN countries ON people.conID = countries.conID;