Home | Previous Page | Next Page   Composing SELECT Statements >

Single-Table SELECT Statements

You can query a single table in a database in many ways. You can tailor a SELECT statement to perform the following actions:

The most basic SELECT statement contains only the two required clauses, the Projection clause and FROM.

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