Home | Previous Page | Next Page   Composing SELECT Statements >

Summary

This chapter introduced sample syntax and results for basic kinds of SELECT statements that are used to query a relational database. The section Single-Table SELECT Statements shows how to perform the following actions:

This chapter also introduced simple join conditions that enable you to select and display data from two or more tables. The section Multiple-Table SELECT Statements describes how to perform the following actions:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]