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.
0 comments:
Post a Comment