SQL INNER JOIN Keyword
Last updated
Last updated
The INNER JOIN keyword selects records that have matching values in both tables.
In this tutorial we will use the well-known Northwind sample database.
Below is a selection from the "Orders" table:
And a selection from the "Customers" table:
SQL INNER JOIN Example
The following SQL statement selects all orders with customer information: