1.

The command which lists databases managed by the server is _____________(a) mysqld(b) mysqlshow(c) mysqllist(d) mysqldbI have been asked this question in homework.This interesting question is from Obtaining Database Metadata topic in portion Using SQL to Manage Data of MySQL

Answer»

Correct answer is (b) MYSQLSHOW

For explanation: The ‘mysqlshow’ command provides ALMOST the similar information as some ‘SHOW’ statements. It also enables to EXTRACT DATABASE and table information at the command PROMPT.



Discussion

No Comment Found

Related InterviewSolutions