Class 12 Computer Science Chapter 3 Database Management Systems Quiz 23 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. In relational databases, what is the purpose of the UPDATE operation?
2. Name three types of database models.
3. What is a view in SQL?
4. In the context of a relational database, what is a key?
5. The ..... diagram gives a logical structure of the database graphically
6. Which keyword is used in SQL to remove duplicate rows from a query result?
7. In an Ethiopian airline ticket reservation system, multiple users are trying to book the last available seat at the same time. What database feature helps prevent conflicts?
8. Which field is NOT included in the student database activity table?
9. What is required for a weak entity set in a relational model?
10. Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:
11. What is an advantage of using a DBMS? A) Centralized data management B) Increased paper usage C) Manual data entry D) Limited access
12. Which protocol ensures secure communication over the web?
13. Which type of user interacts with the database using SQL queries?
14. What is the main focus of the database approach?
15. What is needed to answer new questions when using files?
16. Reddit chose which DBMS for handling social media interactions?
17. What is the result of a natural join?
18. Which of the following best describes query optimization?
19. Describe the significance of primary keys in a relational database.
20. What is the result of a left outer join?
21. What SQL command is used to insert new data into a database?
22. What is the main function of a query language in a database system?
23. What is a potential risk of using a database system?
24. Which architecture is simplest and cost-effective for personal use?
25. In agricultural data analysis, statistical functions like AVG, SUM, and COUNT are used to:
26. In a supertype/subtype hierarchy, subtypes that are lower in the hierarchy inherit attributes from not only their immediate supertype but from all ..... in the hierarchy.
27. What file extension is used for SQL Server database files created in Visual Studio?
28. Operational databases are primarily used for which of the following?
29. ..... are considered database architects.
30. What is the primary purpose of locking mechanisms in database systems?
31. What is the purpose of the PROJECT operation in relational algebra?
32. Communication is established with MySQL using
33. Which is not a feature of database software?
34. Which of the following is a fundamental relational algebra operation?
35. A database for a blog stores posts and comments. A single post can have MANY comments, but each comment belongs to ONLY ONE post. To model this, a POSTS table with PostID and a COMMENTS table with CommentID and a PostID foreign key are created. This database design is an example of what kind of relationship?
36. The ..... rule specifies that an entity instance of a supertype is allowed not to belong to any subtype.
37. Data warehouses are used for real-time data processing.
38. Which additional relational algebra operation is used to combine rows from two tables?
39. Log (Journal):A file that records all ..... activity.
40. In the context of ACID properties, what does "Atomicity" primarily ensure?
41. Which of the following methods enforce data integrity.
42. Which one of the following types of database schema is used for organizing data in single, two dimensional displays?
43. Which key is a combination of two or more attributes that uniquely identify a row?
44. ..... :Preventing discrimination in data use.
45. What is a primary key constraint?
46. Which of the following SQL statements is used to delete specific records from a table?
47. What is an example of a multi-value attribute?
48. RDBMS supports horizontal scaling easily.
49. Which of the following is NOT a type of DBMS?
50. What are the advantages of using a database system over a file system?
51. Which topology the failure one computer affects the entire network?
52. When the values in one or more attributes being used as a foreign key must exist in another set of one or more attributes in another table, we have created a .....
53. What are some security measures provided by a DBMS?
54. Which of the following is not true about the ALTER TABLE statement?
55. Which DBMS allows Pinterest to store and analyze user engagement data?
56. Outline the steps involved in the database design process.
57. Which of the following is a characteristic of the relational model?
58. In the context of a database, what is a "view" ?
59. Which of the following is not the advantage of database?
60. What is the purpose of data redundancy in a database?