Posted inSQL
Difference between INNER JOIN, LEFT JOIN, RIGHT JOIN and FULL OUTER JOIN
The SQL language allows tables to be joined, but sometimes these commands are forgotten and/or we get confused about the real purpose of each one. Let's take a look at…