1.

“SELECT” clause cannot be used without which clause in Mysql?(a) FROM(b) WHERE(c) ORDER BY(d) All of the mentionedThis question was posed to me by my school principal while I was bunking the class.This interesting question is from The from Clauses in division Select Statement of MySQL

Answer»

The CORRECT option is (a) FROM

Easy explanation: “FROM” CLAUSE is NECESSARY to point out TABLES in the database.



Discussion

No Comment Found

Related InterviewSolutions