1.

Can “SELECT” clause be used without the clause “FROM”?(a) YES(b) NO(c) DEPENDS(d) None of the mentionedI had been asked this question at a job interview.This intriguing question comes from The select Clauses in section Select Statement of MySQL

Answer»

Right choice is (b) NO

Best explanation: “SELECT” clause is USED to show ROWS and columns of a PARTICULAR table and clause “from” is used to DENOTE atable name.



Discussion

No Comment Found

Related InterviewSolutions