Top 150+ Solved Advanced Database Management Systems (ADBMS) MCQ Questions Answer

From 106 to 112 of 112

Q. Changing cardinalities in a database is:

a. a common database design task.

b. a rare database design task, but does occur.

c. a database design task that never occurs.

d. is impossible to do, so a new database must be constructed and the data moved into it.

  • a. a common database design task.

Q. Which one of the following sorts rows in SQL?

a. SORT BY

b. ALIGN BY

c. ORDER BY

d. GROUP BY

  • c. ORDER BY

Q. The SQL keyword(s) ________ is used with wildcards.

a. LIKE only

b. IN only

c. NOT IN only

d. IN and NOT IN

  • a. LIKE only

Q. In creating a procedure, you may get a message if you have compile errors. Which of the following is true?

a. The line numbers reported match the line numbers you see in your text editor.

b. SQL*Plus will automatically show the errors to you.

c. To see the errors, enter SHOW ERRORS in SQL*Plus.

d. If there are no syntax errors, you will receive the message "NO ERRORS."

  • c. To see the errors, enter SHOW ERRORS in SQL*Plus.

Q. Which of the following is not true about indexes?

a. Indexes are created to enforce uniqueness on columns.

b. Indexes are created to enable fast retrieval by column values.

c. Columns that are frequently used with equal conditions in WHERE clauses are good candidates for indexes.

d. Indexes are created with the ALTER TABLE comman

  • d. Indexes are created with the ALTER TABLE command.
Subscribe Now

Get All Updates & News