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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which view is used to arrange table data in different graphical layouts to summarize data?
2. What are the techniques of managing concurrency control?
3. What type of relationship involves two entities?
4. What is a stored procedure in SQL?
5. Which of the following describes a weak entity?
6. How can indexing improve SQL query performance?
7. The process of ensuring that the database reflects all real-world changes is called:
8. Explain the difference between relations and attributes.
9. A NULL value is treated as a blank or 0.
10. An ..... consists of a search-key value and pointers to one or more records with that value as their search-key value.
11. Suppose a banking system has a Transactions table. To ensure that withdrawals do not exceed available balance, which database constraint should be applied?
12. What is a potential issue with the greater impact of a failure in a DBMS?
13. What type of data independence is the ability to modify logical or conceptual schema without changing the external schemas or application programs?
14. What is an advantage of file-based systems? A) Simplicity B) High security C) Easy to scale D) Automatic backups
15. In a relational database, what is a primary key?
16. Which department is most likely to be consulted to resolve a data discrepancy?
17. What does a schema diagram visually represent?
18. What is the role of procedures in a database system?
19. ..... :Automates deployment and system operations.
20. What is the significance of primary keys in the relational model?
21. The ..... refers to the way data is organized in and accessible from DBMS.
22. What does ACID stand for in database management?
23. What is a file-based data management system?
24. What is the main function of a database management system in a hospital?
25. Which normal form removes partial dependency?