CBSE Class 12 Informatics Practices Question 47 of 79

MySQL SQL Revision Tour — Question 15

Back to all questions
15
Question

Question 15

Write MySql command will be used to open an already existing database "CONTACTS".

Answer
USE CONTACTS;