InterviewSolution
Saved Bookmarks
| 1. |
The option in mysqlshow to show information about indexes in a table is _________(a) –no-data(b) –indexes(c) –keys(d) –flag |
|
Answer» 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. |
|