1.

The default storage engine used is ____________(a) EXAMPLE(b) ARCHIVE(c) MyISAM(d) NDBThis question was posed to me by my school teacher while I was bunking the class.Query is from Creating, Dropping, Indexing and Altering Tables in portion Using SQL to Manage Data of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions