CREATE Statements

  • Capella Analytics
  • reference
    +
    This topic introduces how you use CREATE statements to create different Capella Analytics objects.

    You can use CREATE statements to create the following Capella Analytics objects:

    To create links to remote or external data sources, you use the Capella Analytics UI. See Stream Data from Remote Sources or Set Up an External Data Source.

    CREATE statements cannot execute while the cluster is in a scaling state. The evaluation of such DDL statements fails. You can reattempt the action after scaling is complete.

    Syntax

    CreateStmnt EBNF
    CreateStmnt ::= CreateDatabase
                  | CreateScope
                  | CreateCollection
                  | CreateSynonym
                  | CreateIndex
                  | CreateFunction
                  | CreateView
                  | CreateTabularView
    CreateStmnt Diagram
    CreateDatabase | CreateScope | CreateCollection | CreateSynonym | CreateIndex | CreateFunction | CreateView | CreateTabularView