Creates a database.
CREATEDB appName dbName
appName | Name of the application in which to create a database. |
dbName | Name of the database to create. |
To create an database called FINANCE under an application named TBC:
CREATEDB "TBC" "FINANCE";
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |