A join operation allows you to retrieve data from multiple tables in a single SELECT query. Two tables can be joined by a single join operator, but the result can be joined again with other tables. There must exist a same or similar column between the tables being joined.
11. Understanding Joins
Rahul Batra1
(1)
Gurgaon, Haryana, India
When you design an entire database system using good design principles like
normalization
, we often require the use of joins to give a complete picture to a user's query. For example, we split our programming languages table into two in Chapter 7 – one holding the author details (Table 11-2) and the other holding information about ...
Get SQL Primer: An Accelerated Introduction to SQL Basics now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.