SQL Overview
An Overview of the Structured Query Language (SQL)
Structured Query Language (SQL) is a database language consisting of English-like statements you can use to perform database operations. Both the American National Standards Institute (ANSI) and IBM have defined standards for SQL. (The IBM standard is the Systems Application Architecture [SAA].) The Pervasive PSQL product implements most of the features of both ANSI SQL and IBM SAA SQL and provides additional extensions that neither standard specifies.
Pervasive PSQL allows you to create different types of SQL statements. The following table lists the types of SQL statements you can create and the tasks you can accomplish using each type of statement:
The rest of this chapter briefly describes the SQL statements used in each statement category. For detailed information about each statement, refer to SQL Syntax Reference.
The following are the statement category overview sections found in this chapter: