Which Of The Following Syntax Correctly Represents The Method #307
Which of the following syntax correctly represents the method to create a database in SQL?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 SQL Database - SQL Database - Quiz No.1.
Which of the following syntax correctly represents the method to create a database in SQL?
Create Database
Create Database_name
Create Database Database_name
Create Database (Database_name)