Contents IndexShort cuts for typing search conditions Displaying a list of tables

User's Guide
   Part II. Tutorials
    Chapter 8. Joining Tables

About this chapter

This chapter describes database queries that look at information in more than one table. To do this, SQL provides the JOIN operator. There are several different ways to join tables together in queries, and this chapter describes some of the more important ones.

Top of page


Displaying a list of tables
Joining tables with the cross product
Restricting a join
How tables are related
Join operators

Contents IndexShort cuts for typing search conditions Displaying a list of tables