|
Queries in SQL | SQL Language in 602SQL | Object Declaration in SQL |
SQL statements can be divided into these groups: definition statements, manipulation statements, transaction statements and control statements.
Definition statements:
Statements for creating, modifying and deleting routines (see Routines stored on the server).
Statements for creating, modifying and deleting triggers (see Triggers).
Statements for creating, modifying and deleting sequences (see Sequences).
Statements for creating, modifying and deleting full-text systems.
Manipulation statements:
Statements for working with cursors (see Cursors in SQL).
Transaction statements:
Transaction statements are described in a separate chapter (see Transactions and savepoints).
Control statements:
Control statements are described in a separate chapter (see Control statements).
List of topics:
Queries in SQL | SQL Language in 602SQL | Object Declaration in SQL |