InterviewSolution
Saved Bookmarks
| 1. |
Which clause is mandatory with clause “SELECT” in Mysql?(a) FROM(b) WHERE(c) Both FROM and WHERE(d) None of the mentionedI have been asked this question in my homework.The doubt is from The select Clauses topic in chapter Select Statement of MySQL |
|
Answer» The CORRECT option is (a) FROM |
|