1.InnoDB支持的索引算法是?
A. B+树
B. B-树
C. B*树
D. B/树
正确答案
2.MySQL如何修改一个表a的名字为b
A. change table a to b;
B. rename table a to b;
C. update table a to b;
D. alter table a to b;
正确答案
3.mysql shell如何查看服务器状态?
A. show mysql status;
B. show status;
C. select status