“CREATE TABLE …” 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
(a) Permanent Tables
(b) Virtual tables
(c) Temporary tables
(d) All of the mentioned
Correct option is (a) Permanent Tables
The best I can explain: CREATE table is used to create permanent tables in database.