InterviewSolution
Saved Bookmarks
| 1. |
Which of the following keywords is used beside the select clause to explicitly specify that duplicates are not removed?(a) all(b) not unique(c) notnull(d) include |
|
Answer» The correct answer is (a) all To elaborate: The “all” keyword is used beside the select clause to explicitly specify that duplicates are not removed. |
|