-
Which statement is used to determine the storage engine for individual tables?
-
- SHOW STATUS TABLE
- SHOW STATUS OF TABLE
- SHOW DEFAULT STATUS
- SHOW TABLE STATUS
- None of these
Correct Option: D
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.