Sql Join | SQL: Understanding the JOIN clause in the SELECT statement


SQL: Understanding the JOIN clause in the SELECT statement

This screencast introduces table joins, including differences between SQL 89 and SQL 92 join syntax. The various join types such as natural (inner) joins and left/right/full outer joins, and…