Keywords



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





























SQL :: Transaction
Transactions provide your queries with an "all or nothing" approach to data modifications.
SQL :: Update
Update allows you to alter the data stored in a schema.
SQL :: Where
The where clause allows you to add qualifiers to various types of queries.
SQL::ShowAggregateFunctions
Displays the list of built-in aggregation functions and their parameters.
SQL::ShowCachePages
Displays information about cached database pages.
SQL::ShowScalarFunctions
Displays the list of built-in scaler functions and their parameters.
SQL::ShowSystemFunctions
Displays the list of built-in system functions and their parameters.
SQL::Syntax
Basic KBSQL syntax and some examples.