MYISAM is the default mysql search engine?
A
Correct answer
Explanation
MYISAM was indeed the default storage engine in MySQL versions prior to 5.5. From MySQL 5.5 onwards, InnoDB became the default. For the era when this question was written, the answer 'True' is correct. Note that the question uses 'search engine' which is imprecise terminology - it should be 'storage engine'.