Q.1.
Database redesign is especially difficult if the database has no data.
Q.2.
Some organizations take the stand that no application should ever employ the true name of a table.
Q.3.
A tool that can help designers understand the dependencies of database structures is a:
Q.4.
How many copies of the database schema are typically used in the redesign process?
Q.5.
Because of the importance of making data model changes correctly, many professionals are ________ about using an automated process for database redesign.
Q.6.
The EXISTS keyword will be true if:
Q.7.
Changing cardinalities in a database is:
Q.8.
The NOT EXISTS keyword will be true if:
Q.9.
The data model that is produced from reverse engineering is:
Q.10.
To drop a column that is used as a foreign key, first:
Q.11.
Before any changes to database structure are attempted one should first:
Q.12.
Which of the following modifications may not succeed?
Q.13.
How can you find rows that do not match some specified condition?
Q.14.
A regular subquery can be processed:
Q.15.
What SQL command can be used to add columns to a table?
Q.16.

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?

Q.17.

The EXISTS keyword will be true if:

Q.18.

Before any changes to database structure are attempted one should first:

Q.19.

Which of the following SQL statements are helpful in database redesign?

Q.20.

Which is not true of a correlated subquery?