CREATE DATABASE Statements

  • Capella Analytics
  • reference
This topic describes how you use the CREATE statement to create Capella Analytics databases.

For general CREATE statement syntax, see CREATE Statements.

Syntax

CreateDatabase EBNF
CreateDatabase ::= "CREATE" "DATABASE" Identifier ("IF" "NOT" "EXISTS")?
CreateDatabase Diagram
CREATE

For information about specifying a database name, see Entities in Capella Analytics Services.

Example

  CREATE DATABASE music;