-
The data rows of a MyISAM table are stored in __________.
-
- log file
- error file
- data file
- index file
- None of these
Correct Option: C
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.