InterviewSolution
Saved Bookmarks
| 1. |
“CREATE VIEW …” command is used to create which type of table in Mysql?(a) Permanent Tables(b) Virtual tables(c) Temporary tables(d) All of the mentionedI have been asked this question in an international level competition.My question comes from The from Clauses topic in division Select Statement of MySQL |
|
Answer» The correct answer is (B) Virtual tables |
|