1.

The storage engine in MySQL that provides foreign key support is ___________(a) TRANSACTION(b) InnoDB(c) MyISAM(d) MEMORYThis question was addressed to me in an online quiz.The origin of the question is Maintaining Logs topic in division General MySQL Administration of MySQL

Answer»

Right choice is (B) INNODB

To elaborate: In MySQL, there are a list of storage engines to CHOOSE from. Each storage engine provides its own SET of FACILITIES. The foreign key facilities are provided by the InnoDB storage engine.



Discussion

No Comment Found

Related InterviewSolutions