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

Quiz Instructions

Select an option to see the correct answer instantly.

1. ..... :Protecting personal and sensitive data.
2. What does ER stand for in ER Model?
3. Describe the ACID properties in database transactions.
4. What do relational databases tend to have in common?
5. The model that uses tables with rows and columns is called:
6. Which of the following is NOT a feature of a DBMS?
7. In E-R diagram an entity set is represented by a
8. What is the main advantage of using a DBMS?
9. What transforms raw data into meaningful information?
10. The following figure is an example of total specialization.
11. Which of the following commands is part of Data Definition Language (DDL)?
12. What is the result of the following SQL statement? SELECT * FROM employees WHERE age > 30;
13. A collection of related data.
14. Define primary key in a relational database.
15. What is the purpose of the TRUNCATE statement in SQL?
16. Which of the following is a common use of a database index?
17. A company restricts salary updates to managers only. Which feature ensures this?
18. Which language is used for defining and manipulating data in a relational database?
19. List three advantages of using a DBMS.
20. In a car rental system, a CUSTOMER can rent many CARS, and a CAR can be rented by many CUSTOMERS. Which relationship best shows this?
21. As the number of files increases in a file system, what happens to system administration?
22. Which DBMS is used by Spotify to store and retrieve music metadata quickly?
23. What is the full form of DBMS?
24. ..... is a set of one or more attributes taken collectively to uniquely identify a row/record in a table.
25. If you were collecting and storing information about your music collection, an album would be considered a(n) .....