Keywords



The basis of any query language are the keywords, the major ones are defined here.





























Home
The home page
SQL :: Aggregate Functions
Aggregate functions are used to evaluate multiple rows when collapsing a group of documents.
SQL :: Alter Configuration
Changing engine configuration parameters.
SQL :: Alter Index
Create and alter indexes to improve query performance.
SQL :: Alter Procedure
Create stored batches of pre-compiled and parameterized SQL statements.
SQL :: Alter Schema
Schemas are containers for other database objects.
SQL :: Analyze Index
Analyze or evaluate an indexes physical properties.
SQL :: Analyze Schema
Analyzes a schema for the purposes of evalue its storage distribution and partiton page fullness.
SQL :: Avg
Computes the average value of a numeric field within a specified schema.
SQL :: Between
The between keyword allows a query to retrieve data that falls within a given range.