Mysql miscellaneous


  1. Which command is used to create “Temporary tables” in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: E

    “Temporary Tables” are output format of any query.


  1. “CREATE VIEW …” command is used to create which type of table in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    CREATE VIEW is used to create Virtual tables.



  1. What is the meaning of “Temporary Tables” in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    “Temporary Tables” are output format of any query on Mysql.


  1. “SELECT” clause cannot be used without which clause in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    “FROM” clause is necessary to point out tables in database.



  1. “CREATE TABLE …” command is used to create which type of table in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    CREATE table is used to create permanent tables in database.