Which command helps to open the database for use?
Use
Reason — The USE command is used to open the database for use. The syntax for opening database is : USE <database_name>;.
USE
USE <database_name>;