DRAFT

Omnidex SQL: DROP DATABASE

Description

DROP DATABASE will remove the specified database from the specified Omnidex Environment.

Syntax

  DROP DATABASE database_name
      IN “filename”
      [WITH options] 

Discussion

DATABASE database_name

Database_name is the name of an Omnidex database previously defined using the CREATE DATABASE Statement.

IN “Environment_filespec”

Omnidex_Environment_filespec is the filespec containing the Omnidex Environment.

WITH options

This Statement has no options.

Examples

drop database tinydb IN "tiny.xml"
 
Back to top
dev/sql/statements/drop_database/home.txt · Last modified: 2016/06/28 22:38 (external edit)