The weeds keep multiplying in our garden, which is our mind ruled by fear. Rip them out and call them by name.

Tuesday, 11 October 2011

SQL CREATE DATABASE Statement

The CREATE DATABASE Statement

The CREATE DATABASE statement is used to create a database.

SQL CREATE DATABASE Syntax

CREATE DATABASE database_name


CREATE DATABASE Example

Now we want to create a database called "my_db".

We use the following CREATE DATABASE statement:

CREATE DATABASE my_db

Database tables can be added with the CREATE TABLE statement.


 

0 comments:

Post a Comment