Database Redesign MCQs

40 questionsDatabasePage 2 of 5

Practice free Database Redesign multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 40 questions — no login required.

Question 10medium
What SQL command can be used to add columns to a table?
Question 11easy
The EXISTS keyword will be true if:
Question 12easy
Changing cardinalities in a database is:
Advertisement
Question 13easy
The NOT EXISTS keyword will be true if:
Question 14medium
The data model that is produced from reverse engineering is:
Question 15medium
To drop a column that is used as a foreign key, first:
Advertisement
Question 16hard
What SQL command will allow you to change the table STUDENT to add the constraint named GradeCheck that states that the values of the Grade column must be greater than 0?
Question 17easy
Which is not true of a correlated subquery?
Question 18medium
A tool that can help designers understand the dependencies of database structures is a: