Q. Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
β
Correct Answer: (B)
SESSION
Explanation: This question is asking about a special word you can use in MySQL to see information about the current connection you are using. This information might include things like what database you are connected to, what your user permissions are, and how long you've been connected.