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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does the COUNT function do in SQL?
2. What are the advantages of using stored procedures for query optimization?
3. Which one of the following OSI layer is responsible if the website loads slowly but the network connection is stable?
4. How does denormalization affect database performance?
5. How do transactions ensure data consistency in a DBMS?
6. Which type of user would be responsible for managing the database schema?
7. A file system suffers from which of the following limitations?
8. Which DBMS function is responsible for storing data and related data entry forms, report definitions, etc.?
9. Sistem ..... yang selalu meningkatkan kebutuhan perubahan tiap waktu.
10. What is TRUE about Relational Data Model?
11. What is the difference between a unique constraint and a primary key?
12. Explain the concept of foreign keys and their purpose.
13. What is a distributed database?
14. What is the E-R model used for?
15. SELECT dept ..... name, ID, avg (salary)FROM instructorGROUP BY dept ..... name;This statement IS erroneous because
16. To remove a table structure from an SQL database, we use the ..... command.
17. Why is it only possible to access database files through the DBMS?
18. Which of the following will help to maintain unique record in the table?
19. Server Role:Stores data and runs the .....
20. Which of the following are valid levels of access?
21. The following are functions of a DBMS except
22. What does local autonomy in a distributed database refer to?
23. Who developed the first database management system?
24. What is the purpose of the SELECT operation in relational algebra?
25. What is Database Management System?