Create DataBase

To create a new database, SQL have CREATE DATABASE statement.


Naming Convention

In the figure below, a syntax to create a database named testdabase is run. You can either press Ctrl + Enter or click Run icon as shown in the figure to run the command. Once run, you will see a message saying 1 row(S) affected. If you refresh SCHEMAS window, then you can see that our testdatabase has been created.