InterviewSolution
Saved Bookmarks
| 1. |
“SELECT” clause cannot be used without which clause in Mysql?(a) FROM(b) WHERE(c) ORDER BY(d) All of the mentioned |
|
Answer» The correct option is (a) FROM Easy explanation: “FROM” clause is necessary to point out tables in the database. |
|