INNER JOIN

In this lesson, we will study the INNER JOIN in SQL.

We'll cover the following...

INNER JOIN

The INNER JOIN keyword selects records that have matching values in both tables.

Syntax

The basic syntax of the INNER JOIN is as follows:

 ...