solidDB Help : solidDB reference : SQL: Statements : CREATE CATALOG
  
CREATE CATALOG
CREATE CATALOG catalog‑name
Access requirements
SYS_ADMIN_ROLE role.
Usage
Use the CREATE CATALOG statement to create a new catalog in the solidDB database. The use of catalogs in solidDB is an extension to the SQL standard.
Catalogs allow you to logically partition databases so you can organize your data to meet the needs of your business or application. For more information, see Catalogs.
Important The catalog name must not contain spaces.
Example
CREATE CATALOG C;
Go up to
SQL: Statements