1.

The statement that views status variables by aggregating the values over all connections is _____________(a) SHOW SESSION STATUS(b) SHOW LOCAL STATUS(c) SHOW GLOBAL STATUS(d) SHOW STATUSI have been asked this question in class test.Query is from Status Variables in chapter System, Status and User Variables of MySQL

Answer»

The correct CHOICE is (c) SHOW GLOBAL STATUS

For explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions