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 mentioned |
|
Answer» Correct option is (a) Permanent Tables The best I can explain: CREATE table is used to create permanent tables in database. |
|