Home » MYSQL » Mysql Setup » Question
  1. Which of the following columns is not returned by ‘OPTIMIZE TABLE’?
    1. Op
    2. Msg_txt
    3. Msg_type
    4. Table
    5. None of these
Correct Option: B

‘OPTIMIZE TABLE’ table catches and throws any errors that occur while copying table statistics from the old file to the newly created file. It returns a result set of columns.



Your comments will be displayed only after manual approval.