πŸ“Š Information Retrival Techniques
Q. The maximum number of indexes on MyISAM table is
  • (A) 0
  • (B) 1
  • (C) 2
  • (D) more than 1
πŸ’¬ Discuss
βœ… Correct Answer: (D) more than 1

Explanation: 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.


Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
914
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate