You work as a Database Administrator for Domain.com. The company uses MySQL as its
database. You have created a table named Employees in the database. Now, you want to display
information about indexes in the Employees table. Which of the following commands will you use
to accomplish the task?
A.
% mysqlshow –keys db_name table_name
B.
% mysqlshow –status db_name table_name
C.
% mysqlshow –status table_name
D.
% mysqlshow db_name table_name