1.

Which statement is used to determine the storage engine for individual tables?(a) SHOW TABLE STATUS(b) SHOW DEFAULT STATUS(c) SHOW STATUS OF TABLE(d) SHOW STATUS TABLEThis question was addressed to me in an interview for job.My question is taken from Writing Clients That Include SSL Support in portion MySQL Programs Using C of MySQL

Answer»

Right choice is (a) SHOW TABLE STATUS

The BEST I can explain: MySQL provides a METHOD to determine the storage engine for each table with the ‘SHOW TABLE STATUS’ statement. The OUTPUT of this statement is the name of the storage engine indicator.



Discussion

No Comment Found

Related InterviewSolutions