Home | Previous Page | Next Page   Tuning Specific Queries and Transactions > Fundamental Query and Transaction Tuning Tasks >

Evaluate Filter Clauses

The WHERE clause of the SELECT statement determines how the database server accesses tables. The conditional expression in the WHERE clause is commonly called a filter.

Tip:
An index on a column specified in a filter expression might improve performance. See Create Appropriate Indexes for Queries and Create Appropriate Indexes for Transactions for information.

Use the following guidelines to evaluate filter clauses in query and transaction statements:

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