-
The storage engine in MySQL that provides foreign key support is ___________.
-
- InnoDB
- MyISAM
- MEMORY
- TRANSACTION
- None of these
Correct Option: A
In MySQL, there are a list of storage engines to choose from. Each storage engine provides its own set of facilities. The foreign key facilities are provided by the InnoDB storage engine.