InterviewSolution
Saved Bookmarks
| 1. |
Which table stores information about the threads executing within the server?(a) PROCESS(b) PROCESSLIST(c) LIST(d) THREADSLISTThis question was posed to me during an online interview.The query is from Obtaining Database Metadata topic in chapter Using SQL to Manage Data of MySQL |
|
Answer» Right answer is (b) PROCESSLIST |
|