CREATEDB

Creates a database.

Syntax

CREATEDB appName dbName
ParameterDescription

appName

Name of the application in which to create a database.

dbName

Name of the database.

Example

To create an database called FINANCE under an application named TBC:

CREATEDB "TBC" "FINANCE";