SQL INNER JOIN Keyword
Last updated
Was this helpful?
Last updated
Was this helpful?
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: