Mysql miscellaneous
- Which command is used to create “Temporary tables” in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
“Temporary Tables” are output format of any query.
- “CREATE VIEW …” command is used to create which type of table in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
CREATE VIEW is used to create Virtual tables.
- What is the meaning of “Temporary Tables” in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
“Temporary Tables” are output format of any query on Mysql.
- “SELECT” clause cannot be used without which clause in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
“FROM” clause is necessary to point out tables in database.
- “CREATE TABLE …” command is used to create which type of table in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
CREATE table is used to create permanent tables in database.