Home » MYSQL » MySQL Database Operations » Question
  1. The storage engine in MySQL that provides foreign key support is ___________.
    1. InnoDB
    2. MyISAM
    3. MEMORY
    4. TRANSACTION
    5. 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.



Your comments will be displayed only after manual approval.