Thursday 15 December 2011

SQL Create DB


The CREATE DATABASE statement is used to Create a Database.


SQL CREATE DATABASE Syntax


                   CREATE DATABASE  DataBasename


CREATE DATABASE Example

We use the following CREATE DATABASE statement:

                  CREATE DATABASE Inventory


Database tables can be added with the CREATE TABLE statement.

No comments:

Post a Comment


”Back