Learn SQL – CREATE DATABASE – keywords reference

0

See the whole list of SQL keywords

Question: How to create a database?
Answer : CREATE DATABASE name;

Example:
CREATE DATABASE phonebook;

See it in action:

Related:
How to delete a database?

Have you seen this?

0