Saturday, 7 April 2012

CREATE DATABASE Example


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.

No comments:

Post a Comment