Create a Snowflake database
- In the Snowflake application worksheet area, create a new SQL worksheet.
- 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. -
- In the SQL worksheet, view the Successfully created notification message.