-
Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
-
- LOCAL
- DEFAULT
- SESSION
- GLOBAL
- 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.