InterviewSolution
Saved Bookmarks
| 1. |
Which command is used to create “Temporary tables” in MySQL?(a) CREATE TABLE;(b) CREATE VIEW(c) Both CREATE TABLE; and CREATE VIEW(d) None of the mentionedThis question was addressed to me during an internship interview.The question is from The from Clauses topic in portion Select Statement of MySQL |
|
Answer» CORRECT OPTION is (d) None of the mentioned Easiest explanation: “Temporary Tables” are output FORMAT of any QUERY. |
|