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

Best explanation: “SELECT” clause is USED to show all ROWS or columns therefore it evaluated at last.



Discussion

No Comment Found

Related InterviewSolutions