Home » MYSQL » Mysql miscellaneous » Question
  1. Which command is used to create “Temporary tables” in Mysql?
    1. CREATE DATABASE;
    2. CREATE TABLE;
    3. CREATE VIEW
    4. Both CREATE TABLE; and CREATE VIEW
    5. None of these
Correct Option: E

“Temporary Tables” are output format of any query.



Your comments will be displayed only after manual approval.