
Examine the following query:

What information does this query return?
- A total memory used across all connections associated with the user on connection number 10
- B total memory used by the first 10 connections
- C total memory used by thread number 10
- D total memory used across all connections associated with the user on thread number 10
- E total memory used by connection number 10
- F total memory used by the first 10 threads
Community Discussion