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 mentioned

Answer» The correct answer is (b) Virtual tables

Explanation: CREATE VIEW is used to create virtual tables.


Discussion

No Comment Found