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 InventoryDatabase tables can be added with the CREATE TABLE statement.
No comments:
Post a Comment