Home » MYSQL » Indexes » Question
  1. The maximum number of indexes on MyISAM table is __________.
    1. more than 1
    2. 0
    3. 1
    4. 2
    5. None of these
Correct Option: A

In MySQL, for a MyISAM table, there can be more than one indexes. The data rows of the MyISAM table are stored in a data file and the index values are stored in a separate index file.



Your comments will be displayed only after manual approval.