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

Easiest explanation: The table ‘PROCESSLIST’ is RESPONSIBLE for storing all the INFORMATION about the THREADS executing within the SERVER. The other TABLES are not valid tables in the INFORMATION_SCHEMA.



Discussion

No Comment Found

Related InterviewSolutions