Accelerate the Value of Data

Create a Snowflake database

Before you create a Snowflake database, you must have created a Snowflake warehouse. For more information, see topic Create a Snowflake warehouse.
Snowflake stores and maintains data in databases. Create a database in Snowflake to store Reltio data.
To create a Snowflake database:
  1. In the Snowflake application worksheet area, create a new SQL worksheet.
  2. In the SQL worksheet, run this command:
    CREATE DATABASE <database_name>;
    where:
    • <database_name>: Is the name of this Snowflake database you're creating.

    Tip: Take note of this value. You'll need it in several of the following steps in this section.
  3. In the SQL worksheet, view the Successfully created notification message.
For general information, see Create database in the Snowflake SQL Command Reference.