1.

Which statement is used to determine the storage engine for individual tables?(a) SHOW STATUS OF TABLE(b) SHOW STATUS TABLE(c) SHOW TABLE STATUS(d) SHOW DEFAULT STATUSI got this question at a job interview.The above asked question is from Obtaining Database Metadata in division Using SQL to Manage Data of MySQL

Answer»

Correct option is (C) SHOW TABLE STATUS

To elaborate: 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