1.

The option in mysqlshow to show information about indexes in a table is _________(a) –no-data(b) –indexes(c) –keys(d) –flagI got this question in an interview for job.My doubt stems from Obtaining Database Metadata in section Using SQL to Manage Data of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions