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
You SQL query should look like this:
SELECT p.Name, p.lastName, p.address, p.conID, c.postNum, c.region FROM people p LEFT JOIN countries c ON p.conID = c.conID