1.

SHOW DATABASES lists the databases in the server to which you are connected.(a) True(b) FalseThis question was addressed to me during an online interview.My question is from MySQL Setup topic in section General MySQL Use of MySQL

Answer»

The correct choice is (a) True

Explanation: The ‘SHOW DATABASES’ command is used to DISPLAY the LIST of the databases that are being managed by the server to which connection is ESTABLISHED. This list WOULD vary from server to server.



Discussion

No Comment Found

Related InterviewSolutions