Similar Collections


    No collections found

questions

Title
1. SQL CREATE DATABASE is used to,

SQL CREATE DATABASE is used to,


  1. Create a table
  2. Create a database
  3. Create a column
  4. Create a row
discuss
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 ____.


  1. MySQL
  2. Oracle
  3. Both A and B
  4. None of the above
discuss
SQL ___ can be used to delete or drop existing databases in a SQL schema

SQL ___ can be used to delete or drop existing databases in a SQL schema.


  1. CREATE DATABASE
  2. RENAME DATABASE
  3. DROP DATABASE
  4. SELECT DATABASE
discuss
Using the ___ statement, a database can be renamed

Using the ___ statement, a database can be renamed.


  1. SQL CREATE DATABASE
  2. SQL RENAME DATABASE
  3. SQL DROP DATABASE
  4. SQL SELECT DATABASE
discuss
Which of the following statement is TRUE?

Which of the following statement is TRUE?


  1. A DATABASE name can be renamed.
  2. A TABLE name can be renamed.
  3. Both A and B
  4. None of the above
discuss
Which syntax is correct for Rename Database in MySQL?

Which syntax is correct for Rename Database in MySQL?


  1. RENAME old_database_name TO new_database_name;
  2. RENAME DATABASE old_database_name TO new_database_name;
  3. ALTER old_database_name MODIFY NAME = new_database_name;
  4. ALTER DATABASE old_database_name MODIFY NAME = new_database_name;
discuss
Which syntax is correct for Rename Database in SQL?

Which syntax is correct for Rename Database in SQL?


  1. RENAME old_database_name TO new_database_name;
  2. RENAME DATABASE old_database_name TO new_database_name;
  3. ALTER old_database_name MODIFY NAME = new_database_name;
  4. ALTER DATABASE old_database_name MODIFY NAME = new_database_name;
discuss
Which statement is used to select the database in SQL?

Which statement is used to select the database in SQL?


  1. SELECT
  2. USE
  3. ALTER
  4. CREATE
discuss
Which statement is used to select the database in Oracle?

Which statement is used to select the database in Oracle?


  1. USE
  2. SELECT
  3. RENAME
  4. None of the above
discuss
Which syntax is used to show all the databases?

Which syntax is used to show all the databases?


  1. USE DATABASES;
  2. SELECT DATABASES;
  3. SHOW DATABASES;
  4. None of the above
discuss
total MCQs: 10

MCQs

10

Views

75

Best Answers

299

Points

5