InterviewSolution
Saved Bookmarks
| 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 |
|