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

Quiz Instructions

Select an option to see the correct answer instantly.

1. In SQL, which operator is used to test whether a value matches any value in a list?
2. What type of relationship is represented by a diamond shape in an ER diagram?
3. A(n) ..... constraint is a type of constraint that addresses whether an instance of a supertype must also be an instance of at least one subtype.
4. What causes most errors in a database?
5. Hierarchical databases are commonly used in modern applications.
6. What term is given to a change made in a database?
7. Which one of the following programing states a conceptual framework of object model and is implemented by writing classes and objects.
8. Shrinking Phase:Phase where a transaction releases locks but ..... none.
9. Which SQL command is used to delete records from a table?
10. What is the purpose of a candidate key?
11. What is the CIA triad in database security?
12. What is the main reason for the 3-level database architecture?
13. Explain the concept of indexing in databases.
14. Which modeling technique shows the message flow between objects in an Object Oriented application and also implies the basic associations between classes?
15. The most important challenge of customizing a purchased data model is:
16. When the total specialization rule is set for a supertype/subtype relationship, one could roughly compare the supertype to an abstract class in object-oriented programming.
17. What is the purpose of the INDEX in SQL?
18. Which SDLC phase focuses on identifying data requirements?
19. The following figure is an example of the overlap rule.
20. What does DML stand for in SQL and what is its primary function?
21. The subtype discriminator in the figure below is:
22. Which of the following best describes a many-to-many relationship?
23. List two types of data integrity constraints.
24. Which object stores information about related data?
25. If transaction Ti gets an explicit lock on the file Fc in exclusive mode, then it has an ..... on all the records belonging to that file.