InterviewSolution
Saved Bookmarks
| 1. |
The column not returned by ‘OPTIMIZE TABLE’ is _____________(a) Table(b) Msg_txt(c) Op(d) Msg_type |
|
Answer» Correct option is (b) Msg_txt To explain: ‘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. |
|