The maximum number of indexes on MyISAM table is __________
(a) 0
(b) 1
(c) 2
(d) more than 1
(a) 0
(b) 1
(c) 2
(d) more than 1
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct choice is (d) more than 1
To elaborate: 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.