Home » MYSQL » MySQL Database Operations » Question
  1. When relocating an individual table, the table to be relocated should be ______________.
    1. InnoDB
    2. ENGINE
    3. MyISAM
    4. TRANSACTION
    5. None of these
Correct Option: C

The relocation of an individual table is supported only under certain limited circumstances. When relocating an individual table, the table to be relocated should be a MyISAM table.



Your comments will be displayed only after manual approval.