Home » MYSQL » Mysql miscellaneous » Question
  1. “CREATE TABLE …” command is used to create which type of table in Mysql?
    1. Virtual tables
    2. Temporary tables
    3. Permanent Tables
    4. All of above
    5. None of these
Correct Option: C

CREATE table is used to create permanent tables in database.



Your comments will be displayed only after manual approval.