Title | |
---|---|
1. SQL CREATE DATABASE is used to,SQL CREATE DATABASE is used to,
The answer is:
B. Create a database
|
|
A database does not need to be created in ____. A direct table creation option is provided in ____A database does not need to be created in ____. A direct table creation option is provided in ____.
The answer is:
C. Both A and B
|
|
SQL ___ can be used to delete or drop existing databases in a SQL schemaSQL ___ can be used to delete or drop existing databases in a SQL schema.
The answer is:
C. DROP DATABASE
|
|
Using the ___ statement, a database can be renamedUsing the ___ statement, a database can be renamed.
The answer is:
B. SQL RENAME DATABASE
|
|
Which of the following statement is TRUE?Which of the following statement is TRUE?
The answer is:
C. Both A and B
|
|
Which syntax is correct for Rename Database in MySQL?Which syntax is correct for Rename Database in MySQL?
The answer is:
B. RENAME DATABASE old_database_name TO new_database_name;
|
|
Which syntax is correct for Rename Database in SQL?Which syntax is correct for Rename Database in SQL?
The answer is:
D. ALTER DATABASE old_database_name MODIFY NAME = new_database_name;
|
|
Which statement is used to select the database in SQL?Which statement is used to select the database in SQL?
The answer is:
B. USE
|
|
Which statement is used to select the database in Oracle?Which statement is used to select the database in Oracle?
The answer is:
D. None of the above
|
|
Which syntax is used to show all the databases?Which syntax is used to show all the databases?
The answer is:
C. SHOW DATABASES;
|
MCQs
Views
Best Answers
Points