Google News
logo
MariaDB - Quiz(MCQ)
Which command is used to Provides table index information relating to the specified table?
A)
SHOW INDEX FROM TABLENAME
B)
SHOW INDEX FROM [table name]
C)
SHOW INDEX FROM TABLENAME [table name]
D)
SHOW INDEX TABLENAME [table name]

Correct Answer :   SHOW INDEX FROM TABLENAME [table name]


Explanation : SHOW INDEX FROM TABLENAME [table name] : Provides table index information relating to the specified table.

Advertisement