1.

Which among the following can also be included with “SELECT” clause while writing query in Mysql?(a) Literals(b) Expressions(c) User defined functions(d) All of the mentionedI got this question in a national level competition.I need to ask this question from The select Clauses in portion Select Statement of MySQL

Answer»

Correct answer is (d) All of the mentioned

The best explanation: “SELECT clause” can ALSO INCLUDE LITERALS like ‘ACTIVE’, Expressions like emp_id*314, Built_in functions like UPPER ().



Discussion

No Comment Found

Related InterviewSolutions