SQL Statements Index
Access Method
- CREATE ACCESS METHOD - Defines a new access method.
- DROP ACCESS METHOD - Removes an access method.
Cast
- CREATE CAST - Defines a new cast.
- DROP CAST - Removes a cast.
Collation
- CREATE COLLATION - Defines a new collation.
- ALTER COLLATION - Changes the definition of a collation.
- DROP COLLATION - Removes a previously defined collation.
Conversion
- CREATE CONVERSION - Defines a new encoding conversion.
- ALTER CONVERSION - Changes the definition of a conversion.
- DROP CONVERSION - Removes a conversion.
Cursor
- DECLARE - Defines a cursor.
- CLOSE - Closes a cursor.
- FETCH - Retrieves rows from a query using a cursor.
- MOVE - Positions a cursor.
- RETRIEVE - Retrieves rows from a query using a parallel retrieve cursor.