



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Learn about sql joins, a powerful feature for retrieving data from multiple tables. Discover the differences between inner and outer joins, and explore a join example using the shop.mdb database.
Typology: Slides
1 / 7
This page cannot be seen from the preview
Don't miss anything!




one table. To do this we use a JOIN.
: JET = Join Engine Technology.
match the other.
NULLS for missing values.
queries are best constructed with a tool).
normalize tables for efficiency, joins allowus to view data de-normalized like in aspreadsheet.
include those in which there is a matchingrow or rows from BOTH tables.
and Invoices and if there are customers without invoices or invoices without customersthose rows will NOT be included in therows returned from an inner join.
vAllOrders
: All Orders