The option in mysqlshow to show information about indexes in a table is _________
(a) –no-data
(b) –indexes
(c) –keys
(d) –flag
(a) –no-data
(b) –indexes
(c) –keys
(d) –flag
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (c) –keys
Explanation: The ‘mysqlshow’ command has various flags to provide a lot of options on displaying tables. The ‘–keys’ flag is specifically used to show information about indexes in a table.