This chapter introduces queries, which retrieve data from a database. It describes how to retrieve data from a single table.
For information about selecting data from multiple related tables, see Selecting Data from Multiple Tables. In addition, Selecting Aggregate Data describes how to group your data and perform calculations on the data in one or more columns.
Introduction
Selecting a complete table
Selecting columns from a table
Ordering query results
Selecting rows from a table