How to create a database?

 To create a database you have to use the SQL statement, CREATE DATABASE with following syntax

Syntax

CREATE DATABASE databasename;

Example

CREATE DATABASE demodb;

Comments

Popular posts from this blog

What SQL can do?

What are different data types to manage data in the columns or fields?

What is SQL?