-
If the storage engine InnoDB is not used, foreign key cannot be used.
-
- False
- True
- NA
- NA
- NA
Correct Option: B
The foreign key support is exclusively provided by the storage engine named InnoDB. Without its inclusion, foreign keys cannot be used. However it is possible to implement with application logic.