InterviewSolution
Saved Bookmarks
| 1. |
Which Keyword is used to remove duplicate rows in the result set?(a) DISTINCTS(b) MODIFY(c) DISTINCT(d) All of the mentionedI have been asked this question during an interview for a job.I'd like to ask this question from The select Clauses in section Select Statement of MySQL |
|
Answer» RIGHT CHOICE is (a) DISTINCTS Explanation: NONE. |
|