The keyword used to create a database is __________.
SETUP
LINK
CREATE
SET
None of these
Correct Option: C
The statement ‘CREATE DATABASE database_name;’ is used to create a database with the name ‘database_name’. A database qualifier should be used to specify the full name of the database.