1.

The data rows of a MyISAM table are stored in __________(a) data file(b) index file(c) log file(d) error fileI had been asked this question in a national level competition.My doubt is from Using Indexing in division Query Optimization of MySQL

Answer»

Correct CHOICE is (a) data file

The EXPLANATION is: The data rows of the MyISAM table are stored in a data file and the INDEX VALUES are stored in a SEPARATE index file. In MySQL, for a MyISAM table, there can be more than one indexes.



Discussion

No Comment Found

Related InterviewSolutions