1.

What is the meaning of “Temporary Tables” in Mysql?(a) Rows returned by sub query(b) Permanent tables(c) Virtual tables(d) All of the mentionedThis question was posed to me in exam.Asked question is from The from Clauses topic in division Select Statement of MySQL

Answer»

The CORRECT CHOICE is (a) Rows returned by sub query

Explanation: “TEMPORARY TABLES” are output format of any query on MYSQL.



Discussion

No Comment Found

Related InterviewSolutions