1.

Which storage engine is not available in MySQL 5.0?(a) InnoDB(b) ARCHIVE(c) Falcon(d) NDBThis question was posed to me during an interview.My enquiry is from Creating, Dropping, Indexing and Altering Tables in section Using SQL to Manage Data of MySQL

Answer» CORRECT option is (c) Falcon

To elaborate: All of the storage engines given are available in MYSQL versions 5.0 and above, except ‘Falcon’. MySQL supports many storage engines or table HANDLERS that have a specific SET of properties.


Discussion

No Comment Found

Related InterviewSolutions