1Z0-873 · Question #18
Which of the following features are supported by MyISAM tables?
The correct answer is C. Auto_increment columns D. Fulltext indexes E. Assembly of multiple MyISAM tables to a MERGE table G. Table level locking. MyISAM has the most flexible AUTO_INCREMENT column handling of all the storage engines. MyISAM tables can be used to set up MERGE tables. MyISAM tables can be converted into fast, compressed, read-only tables to save space. MyISAM supports FULLTEXT searching and spatial data…
Question
Which of the following features are supported by MyISAM tables?
Options
- AForeign key constraints
- BTransactions
- CAuto_increment columns
- DFulltext indexes
- EAssembly of multiple MyISAM tables to a MERGE table
- FRow level locking
- GTable level locking
How the community answered
(22 responses)- A5% (1)
- B14% (3)
- C73% (16)
- F9% (2)
Explanation
MyISAM has the most flexible AUTO_INCREMENT column handling of all the storage engines. MyISAM tables can be used to set up MERGE tables. MyISAM tables can be converted into fast, compressed, read-only tables to save space. MyISAM supports FULLTEXT searching and spatial data types.
Topics
Community Discussion
No community discussion yet for this question.