-
The statement that views status variables by aggregating the values over all connections is _____________.
-
- SHOW STATUS
- SHOW SESSION STATUS
- SHOW LOCAL STATUS
- SHOW GLOBAL STATUS
- None of these
Correct Option: D
The MySQL server maintains various status variables that provide information about its operations. These variables and their values can be viewed by using the SHOW [GLOBAL | SESSION] STATUS statement.