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 mentioned
This question was addressed to me during an internship interview.
The question is from The from Clauses topic in portion Select Statement of MySQL