InterviewSolution
Saved Bookmarks
| 1. |
Which Clause is used to sort the stored data in alphabetical order?(a) ORDER by CLAUSE(b) MODIFY(c) ALTER(d) UPDATEI got this question in my homework.I'd like to ask this question from Populating & Modifying Tables topic in section Using SQL to Manage Data of MySQL |
|
Answer» RIGHT OPTION is (a) ORDER by CLAUSE Explanation: NONE. |
|