December 2005
Intermediate to advanced
336 pages
4h 52m
English
In this chapter, you’ll learn what joins are, why they are used, and how to create SELECT statements using them.
One of SQL’s most powerful features is the capability to join tables on-the-fly within data retrieval queries. Joins are one of the most important operations you can perform using SQL SELECT, and a good understanding of joins and join syntax is an extremely important part of learning SQL.
Before you can effectively use joins, you must understand relational tables and the basics of relational database design. What follows is by no means a complete coverage of the subject, but it should be enough to get you up and running.
The best way to understand relational tables ...
Read now
Unlock full access