McqMate
| Q. |
The data rows of a MyISAM table are stored in |
| A. | data file |
| B. | index file |
| C. | log file |
| D. | error file |
| Answer» A. data file | |
| Explanation: 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. | |
View all MCQs in
Information Retrival TechniquesNo comments yet