InterviewSolution
Saved Bookmarks
| 1. |
Which of the following clause is evaluated in the last by database server?(a) SELECT(b) WHERE(c) FROM(d) None of the mentionedI got this question during an interview.The origin of the question is The select Clauses in section Select Statement of MySQL |
|
Answer» Correct choice is (a) SELECT |
|