InterviewSolution
Saved Bookmarks
| 1. |
Which keyword used with UNION does not retain duplicate rows?(a) ALL(b) NARROW(c) STRICT(d) DISTINCTThis question was posed to me in an international level competition.I would like to ask this question from Performing Multiple topic in chapter Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT answer is (d) DISTINCT |
|