Home » MYSQL » Mysql miscellaneous » Question
  1. The statement that views status variables by aggregating the values over all connections is _____________.
    1. SHOW STATUS
    2. SHOW SESSION STATUS
    3. SHOW LOCAL STATUS
    4. SHOW GLOBAL STATUS
    5. 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.



Your comments will be displayed only after manual approval.