Home » MYSQL » Database Info » Question
  1. Which statement is used to determine the storage engine for individual tables?
    1. SHOW STATUS TABLE
    2. SHOW STATUS OF TABLE
    3. SHOW DEFAULT STATUS
    4. SHOW TABLE STATUS
    5. 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.



Your comments will be displayed only after manual approval.