SAN JOSÉ STATE UNIVERSITY
ECONOMICS DEPARTMENT
Thayer Watkins

Standard/Structured Query Language

The syntax of SQL statements is simple although inelegant. The most important type is a SELECT query, which is of the form:

Explanation

There are qualifiers which may precede the Select_List. These qualifiers are of the form [ALL | DISTINCT | DISTINCTROW] [ TOP n [PERCENT]] which determine whether all rows or only distinct rows will be used. The selection can also be limited to the top n or the top n percent of the rows.

WATKINS HOME PAGE