| Data Definition | |
|---|---|
| CREATE ENVIRONMENT | Create an Omnidex Environment into a named physical operating system file. |
| CREATE DATABASE | Create a Database within an Omnidex Environment. |
| CREATE TABLE | Create a Table within a Database in the Omnidex metadata or an Omnidex or RDBMS temporary table. |
| CREATE INDEX | Specify an Index in the Omnidex metadata but will not physically create the index. |
| CREATE INDEX GROUP | Specify an Index Group within the Omnidex metadata. |
| DROP ENVIRONMENT | Deletes the Omnidex Metadata Environment by physically deleting the operating system file. |
| DROP DATABASE | Remove the named Database from the Omnidex metadata. |
| DROP TABLE | Remove a table from the Omnidex metadata or deletes a previously created temporary table. |
| DROP INDEX | Removes an index from the Omnidex metadata. |
| DROP INDEX GROUP | Removes a named Index Group from the Omnidex metadata. |