Home » MYSQL » Mysql miscellaneous » Question
  1. Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
    1. LOCAL
    2. DEFAULT
    3. SESSION
    4. GLOBAL
    5. None of these
Correct Option: C

The optional ‘GLOBAL’ keyword in the statement SHOW [GLOBAL | SESSION] STATUS statement aggregates the values over all connections and ‘SESSION’ shows the values for the current connection.



Your comments will be displayed only after manual approval.