Q. "CREATE TABLE ..." command is used to create which type of table in Mysql?
β
Correct Answer: (A)
Permanent Tables
Explanation: The "CREATE TABLE ..." command is used to create a permanent table in MySQL.