Home » MYSQL » Mysql Foreign Keys » Question
  1. If the storage engine InnoDB is not used, foreign key cannot be used.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.