SQL Joins
In this lesson, we will highlight the different types of joins in SQL.
We'll cover the following...
SQL JOIN
A JOIN
clause is used to combine rows from two or more tables, based on a common column.
We will be using the CUSTOMER and ORDER tables as shown below:
Customer Table
ID | NAME | AGE | ADDRESS | SALARY |
---|---|---|---|---|
1 | Mark | 32 | Texas | 50,000 |
2 | John | 25 | NY |