Keywords



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





























SQL :: Insert
Insert is used to create new documents in a database schema.
SQL :: Like
Allows for basic pattern matching in a where clause.
SQL :: List
Lists the documents or schemas contained in a given schema.
SQL :: Logical Connectors
Connects one logical expression to another.
SQL :: Max
Computes the maximum value of a numeric field within a specified schema.
SQL :: Min
Computes the minimum value of a numeric field within a specified schema
SQL :: Not
The NOT keyword performs a not operation on logical operators such as LIKE and BETWEEN.
SQL :: Order By
Order by allows you to sort a result-set by a given set of fields.
SQL :: PageSize
Defines the size of a schema page.
SQL :: Partitions
Partitions are applicable to indexes and define the number of pieces the index will be split into.