Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 12
Informatics Practices
MySQL SQL Revision Tour
Question 14
CBSE
Class 12
Informatics Practices
Question 46 of 79
MySQL SQL Revision Tour — Question 14
Back to all questions
14
Question
Question 14
Write MySql command to display the list of existing databases.
Answer
SHOW DATABASES;
Previous
Question 13
Next
Question 15