Informatics Practices
Write MySql command to display the list of existing databases.
SQL Queries
1 Like
Answer
SHOW DATABASES;
Answered By
3 Likes
Related Questions
What is NOT NULL constraint ? What is DEFAULT constraint ?
When a column's value is skipped in an INSERT command, which value is inserted in the database ?
Write MySql command will be used to open an already existing database "CONTACTS".
What is the full form of SQL ?
- Structured Query Language
- Structured Query List
- Simple Query Language
- None of these