Page 45 - SQL
P. 45
Chapter 9: CREATE Database
Syntax
• CREATE DATABASE dbname;
Examples
CREATE Database
A database is created with the following SQL command:
CREATE DATABASE myDatabase;
This would create an empty database named myDatabase where you can create tables.
Read CREATE Database online: https://riptutorial.com/sql/topic/2744/create-database
https://riptutorial.com/ 27

