|
Main Menu
Resources
|
SQL CREATE DATABASE
Database and the Table inside the database are initially define by means of the statement CREATE. CREATE DATABASE is SQL command that use to create a database. Database design is starting from naming database. SQL syntax will be like this: CREATE DATABASE [DATABASE NAME]
We want to create a database name INTRANET SQL statement: CREATE DATABASE INTRANET
|

Printer friendly page