InterviewSolution
Saved Bookmarks
| 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 |
|