Q.1.

Changing cardinalities in a database is:

Q.2.

Which of the following modifications may not succeed?

Q.3.

How can you find rows that do not match some specified condition?

Q.4.

What SQL command can be used to delete columns from a table?

Q.5.

A tool that can help designers understand the dependencies of database structures is a:

Q.6.

How many copies of the database schema are typically used in the redesign process?

Q.7.

The NOT EXISTS keyword will be true if:

Q.8.

Information systems and organizations do not just influence each other; they create each other.

Q.9.

The use of the double NOT EXISTS can be used to find rows that do not match some specified condition.

Q.10.

The SQL-92 command to change a table name is RENAME TABLE.

Q.11.

A regular subquery can be processed:

Q.12.

A correlated subquery is processed as a nested subquery.

Q.13.

Database redesign is not terribly difficult if the:

Q.14.

Because of the importance of making data model changes correctly, many professionals are ________ about using an automated process for database redesign.

Q.15.

The data model that is produced from reverse engineering is:

Q.16.

To drop a column that is used as a foreign key, first:

Q.17.

Adding null columns to a table is straightforward.

Q.18.

Although creating test databases is a critical and necessary job, there are few career opportunities in this area.

Q.19.

Reverse engineering is the process of reading a database schema and producing a data model from that schema.

Q.20.

What SQL command can be used to add columns to a table?