Vidyalelo
MySQL · Q9

MySQL

Programming · MySQL · question 9

Q9

Which storage engine is not available in MySQL 5.0?

A.
InnoDB
B.
ARCHIVE
C.
Falcon
Answer
D.
NDB

Answer: Option C

Solution

Answer: Option C
Solution:
In MySQL 5.0, the Falcon storage engine is not available.
Option A, InnoDB, is incorrect because InnoDB is available in MySQL 5.0 as one of the supported storage engines.
Option B, ARCHIVE, is incorrect because ARCHIVE is available in MySQL 5.0 as one of the supported storage engines.
Option D, NDB, is incorrect because NDB (also known as NDBCLUSTER) is available in MySQL 5.0 as one of the supported storage engines.