Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)
A. to find out why a query takes a long time to execute on a given table
B. to make sure a table has no structural problems
C. to improve performance by updating index distributing statistics on InnoDB tables
D. to repair table structure problem
E. to make sure that no table indexes are corrupted
Answer: BE
确保表格没有结构性问题
确保没有表索引被破坏
版权声明:本文为博主原创文章,未经博主允许不得转载。
MYSQL
- 上一篇:Mysql OCP 80题
- 下一篇:Mysql OCP 82题