1.

“CREATE VIEW …” command is used to create which type of table in Mysql?(a) Permanent Tables(b) Virtual tables(c) Temporary tables(d) All of the mentionedI have been asked this question in an international level competition.My question comes from The from Clauses topic in division Select Statement of MySQL

Answer»

The correct answer is (B) Virtual tables

Explanation: CREATE VIEW is USED to create virtual tables.



Discussion

No Comment Found

Related InterviewSolutions