Mysql miscellaneous


  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. 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. “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. “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.



  1. Which of the following table exist in Mysql?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Depends on the query.