Home » MYSQL » Indexes » Question
  1. The data rows of a MyISAM table are stored in __________.
    1. log file
    2. error file
    3. data file
    4. index file
    5. 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.



Your comments will be displayed only after manual approval.