1.

The ______ construct returns true if a given tuple is present in the subquery.(a) not exists(b) present(c) not present(d) exists

Answer» The correct answer is (d) exists

Explanation: The exists construct returns true if a given tuple is present in the subquery. The not exists construct gives true if a given tuple is not present in the subquery.


Discussion

No Comment Found

Related InterviewSolutions