Informatics Practices
Write MySql command will be used to open an already existing database "CONTACTS".
SQL Queries
2 Likes
Answer
USE CONTACTS;
Answered By
1 Like
Related Questions
When a column's value is skipped in an INSERT command, which value is inserted in the database ?
Write MySql command to display the list of existing databases.
What is the full form of SQL ?
- Structured Query Language
- Structured Query List
- Simple Query Language
- None of these
What is the full form of DDL ?
- Dynamic Data Language
- Detailed Data Language
- Data Definition Language
- Data Derivation Language