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

For EXPLANATION I WOULD say: “SELECT” clause cannot be used without clause “FROM”.



Discussion

No Comment Found

Related InterviewSolutions