InterviewSolution
Saved Bookmarks
| 1. |
“CREATE TABLE …” 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 got this question in an interview for job.The origin of the question is The from Clauses in portion Select Statement of MySQL |
|
Answer» Correct OPTION is (a) PERMANENT Tables |
|