- oldguo-MySQL 8.0 OCP 原题解析-Q12
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第12
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第11
- MySQL 8 OCP(1Z0-908)认证考试题库原题(第10
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第6题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理-第4题(CUUG
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
- Mysql 8.0 OCP认证考试原题题库整理(CUUG内部资料
Question 12:
Your MySQL server was upgraded from an earlier major version.
The sales database contains three tables, one of which is the transactions table, which has 4 million rows.
You are running low on disk space on the datadir partition and begin to investigate.
Which two statements is true?
Examine these commands and output:
![](https://img.haomeiwen.com/i16956686/beca7e8703ade787.png)
A) Executing SET GLOBAL innodb_row_format=COMPRESSED and then ALTER TABLE transactions will free up disk space.
B) The transactions table was created with innodb_file_per_table=OFF.
C) Truncating the sales and leads table will free up disk space.
D) Executing ALTER TABLE transactions will enable you to free up disk space.
E) Truncating the transactions table will free up the most disk space.
网友评论