Home » MYSQL » Data Types » Question
  1. To maintain performance of tables having variable length rows, which statement is used?
    1. BALANCE TABLE
    2. ADJUST TABLE
    3. OPTIMIZE TABLE
    4. MAINTAIN TABLE
    5. None of these
Correct Option: C

In the variable length rows, there is more fragmentation of the table on which many deletes or updates are performed. OPTIMIZE TABLE is run periodically to maintain performance.



Your comments will be displayed only after manual approval.