CBSE · 083Class XII · 2022Section B1 mark
Question 10a
7 June 2022 · Computer Science (083)
Rohan is learning to work upon Relational Database Management System (RDBMS) application. Help him to perform following tasks : (a) To open the database named 'LIBRARY'.
Answer
USE LIBRARY ;
Explanation
The USE command is used to select and open a specific database.