InterviewSolution
Saved Bookmarks
| 1. |
Using the ______ clause retains only one copy of such identical tuples.(a) Null(b) Unique(c) Not null(d) DistinctThis question was addressed to me in an international level competition.The doubt is from Null Values Operations in portion SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» RIGHT OPTION is (d) Distinct Best EXPLANATION: UNIQUE is a CONSTRAINT. |
|