SQL TUTORIALS

4. SQL Create Statement - Creating a Database


create database statement is used to create a database.


Syntax : 


create database db_name;


Example :


Let us try to create a database with the help of create database statement. 

query :

create database ourfirstdb

output : We have created our new database.




Next we will learn to create a new table.

.











Comments

Popular Posts