1.

The _________ construct returns true if the argument in the sub-query is void of duplicates(a) not null(b) not unique(c) unique(d) nullThis question was posed to me during an interview.I'd like to ask this question from Nested Subqueries in chapter Introduction to Relational Model and Sql of RDBMS

Answer»

Right answer is (c) UNIQUE

To elaborate: The unique construct RETURNS true if the argument in the sub-query is void of duplicates. The not NULL construct avoids the specification of null values into the ATTRIBUTE.



Discussion

No Comment Found

Related InterviewSolutions