InterviewSolution
Saved Bookmarks
| 1. |
The default storage engine used is ____________(a) EXAMPLE(b) ARCHIVE(c) MyISAM(d) NDB |
|
Answer» Right choice is (c) MyISAM Explanation: MySQL comes with multiple storage engines. The default storage engine used is ‘MyISAM’. ‘EXAMPLE’ is the stub storage engine, NDB is the storage engine for MySQL Cluster. |
|