πŸ“Š MySQL
Q. Which keyword inserted in the SHOW STATUS statement shows the values for the current connection?
  • (A) GLOBAL
  • (B) SESSION
  • (C) LOCAL
  • (D) DEFAULT
πŸ’¬ Discuss
βœ… 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.

Explanation by: Praveen Singh
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
75
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
92%
Success Rate