InterviewSolution
Saved Bookmarks
| 1. |
Which of the following table exist in Mysql?(a) Permanent Tables(b) Virtual tables(c) Temporary tables(d) All of the mentionedThis question was posed to me by my college professor while I was bunking the class.This interesting question is from The from Clauses in section Select Statement of MySQL |
|
Answer» RIGHT ANSWER is (d) All of the mentioned Explanation: DEPENDS on the QUERY. |
|