Introduction
In this tutorial, we want to create a database by using a SQL Statement. In order to do this, we use the CREATE DATABASE Statement.
We have already created a server called DLNerdsServer. The database should be called dlnerdsacademy.
SQL Statement
We navigate to the default database of the server, open the Query Tool and execute the following SQL statement:
CREATE DATABASE dlnerdsacademy;
Created database
You can find the created database below the server.
Conclusion
Congratulations! Now you are one step closer to become an AI Expert. You have seen that it is very easy to create a new database with the CREATE DATABASE Statement. Try it yourself!
Also check out our Instagram page. We appreciate your like or comment. Feel free to share this post with your friends.