Alter Schema
Scemas are simply collections of three basic objects: other schemas, documents, and indexes.
CREATE SCHEMA WordList:DefinitionsCREATE SCHEMA WordList::Definitions WITH (PageSize = 2500) SQL :: PageSize
Defines the size of a schema page.
SQL::Keywords
A breakdown of all high-level statements available via the query handler.
SQL::Syntax
Basic KBSQL syntax and some examples.