InterBase Quick Start: Part IV - Retrieving Data
From InterBase
Go Up to InterBase Quick Start
The SELECT
statement is very important in SQL because it enables you to retrieve the information froma database. In this part of the tutorial you practice using the SELECT
statement.
Topics
- Overview of SELECT
- Removing Duplicate Rows with DISTINCT
- Using the WHERE Clause
- Using Subqueries
- Using Aggregate Functions
- Grouping and Ordering Query Results
- Joining Tables
- Formatting Data