Database - Database Redesign

Exercise : Database Redesign - General Questions
11.
The EXISTS keyword will be true if:
any row in the subquery meets the condition only.
all rows in the subquery fail the condition only.
both of these two conditions are met.
neither of these two conditions is met.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Changing cardinalities in a database is:
a common database design task.
a rare database design task, but does occur.
a database design task that never occurs.
is impossible to do, so a new database must be constructed and the data moved into it.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
The NOT EXISTS keyword will be true if:
any row in the subquery meets the condition.
all rows in the subquery fail the condition.
both of these two conditions are met.
neither of these two conditions is met.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
The data model that is produced from reverse engineering is:
a conceptual model.
an internal model.
a logical model.
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
To drop a column that is used as a foreign key, first:
drop the primary key.
drop the table containing the foreign key..
drop the foreign key constraint.
All of the above must be done.
Answer: Option
Explanation:
No answer description is available. Let's discuss.