Advertisements
Advertisements
Question
Rohan is learning to work upon Relational Database Management System (RDBMS) application. Help him to perform the following task:
To open the database named "LIBRARY"
.
Short Answer
Solution
The command to open the 'LIBRARY' database should be used by Rohan.
USE LIBRARY;
Explanation: When a user or programmer wishes to utilize a certain database out of the many databases in the SQL, they use the use command.
shaalaa.com
Is there an error in this question or solution?