DB2 Version 9.7 for Linux, UNIX, and Windows

Efficient SELECT statements

Because SQL is a flexible high-level language, you can write several different SELECT statements to retrieve the same data. However, performance might vary for different forms of the statement, as well as for different optimization classes.

Consider the following guidelines for creating efficient SELECT statements:
The following suggestions apply specifically to SELECT statements that access several tables.