-
To maintain performance of tables having variable length rows, which statement is used?
-
- BALANCE TABLE
- ADJUST TABLE
- OPTIMIZE TABLE
- MAINTAIN TABLE
- 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.