Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)
The CHECK TABLE statement performs an integrity check on table structure and contents. It works for MyISAM and InnoDB tables. For MyISAM tables, it also updates the index statistics. If the table is a view, CHECK TABLE verifies the view definition. If the output from CHECK TABLE indicates that a table has problems, the table should be repaired.
Currently there are no comments in this discussion, be the first to comment!