Database Redesign
The NOT EXISTS keyword will be true if:

all rows in the subquery fail the condition.
neither of these two conditions is met.
any row in the subquery meets the condition.
both of these two conditions are met.

ANSWER DOWNLOAD EXAMIANS APP

Database Redesign
Which is not true of a correlated subquery?

The processing of the SELECT statements is nested.
EXISTS/NOT EXISTS is a form of a correlated subquery.
They are very similar to a regular subquery.
They can be used to verify functional dependencies.

ANSWER DOWNLOAD EXAMIANS APP