Class 12 Computer Science Chapter 3 Database Management Systems Quiz 55 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is a collection of concepts that can be used to describe the structure of a database?
2. What are the advantages of using a DBMS over traditional file systems?
3. Which of the following SQL query is correct for selecting the name of staffs from 'tblstaff' table where salary is 15, 000 or 25, 000?
4. The term "data independence" in DBMS refers to:
5. Why is it important for information to be accurate, relevant, and timely in organizations?
6. Which of the following is NOT a type of SQL operation?
7. What is a key feature of relational DBMS? A) Tables with relationships B) Single file storage C) No data relationships D) Only text data
8. Which of the following is an example of a Database-System Application?
9. Among the following Operating Systems, which one describes the first operating systems for the personal computer that could be operated using the command prompt?
10. Which of the following describes the 'conceptual' level in the three-schema architecture?
11. How does the JOIN operation in relational algebra work?
12. In an ERD, what do 'attributes' describe about an entity?
13. A SELECT command without a WHERE clause returns?
14. Which of the following is a type of NoSQL database?
15. What is the recommended practice for naming tables in a database?
16. Which DBMS is known for its open-source flexibility and is widely used by Wikipedia?
17. Which of the following is a result of reduced data dependence and reduced structural dependence?
18. What is the primary purpose of database transaction isolation?
19. What are the main types of DBMS?
20. What will be the output of the following SQL query? SELECT COUNT (*) FROM Employees WHERE Salary > 50000;
21. Which of the following is not an Schema?
22. What should you do to ensure that the requested records meet your needs?
23. How does a DBMS improve data accessibility and responsiveness?
24. In a supertype/subtype hierarchy, each subtype has:
25. Which statement is true about the following diagram?