What is the query to activate the database named hospital in mySQL
Answers
Answered by
5
query to switch to another databse ..
USE database_name;
ex : USE Hospital;
after executing this query database is changed and you are able to make changes or use hospital database.
Answered by
2
USE Hospital is the correct answer to the given question.
Explanation:
USE Hospital; after this test has been performed, the database is updated and you can make adjustments or use the hospital database.
The USE query in the Mysql is used to retrieve the database as well as it will activate the database in the MySQL database management system.
Following are the syntax to use the database query in MySQL
Use database name
Therefore the correct to the given question is to use the hospital.
Learn more:-
brainly.in/question/9434558
Similar questions
Computer Science,
6 months ago
Social Sciences,
1 year ago