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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What are the common types of failures in database systems?
2. Using a packaged data model, projects take less time and cost because:
3. Which SQL clause groups rows sharing a property so that an aggregate function can be applied to each group?
4. In a database, Multiple ..... can be created.
5. The database acts as the ..... of an information system.
6. What is a collection of similar entities called?
7. What does a schema with constraints enforce?
8. Which of the following is NOT an application of DBMS?
9. Which type of partitioning distributes the rows of a table into separate tables based on a key range?
10. Which combination of key zooms the content of active cell in Access table?
11. Which of the following is NOT example of data?
12. Data Integrity means that data is accurate and consistent in the database.(T/F)
13. What is the most common classification applied to a DBMS?
14. What does a Database Management System (DBMS) do?
15. A/an ..... is a database that is created and maintained using cloud data services, such as Microsoft Azure or Amazon AWS.
16. A database developer decides to add an index to the 'zip code' column in a large 'customers' table. What is the primary reason for this action?
17. Explain the first normal form (1NF).
18. Subtypes at the lowest level of a hierarchy do not inherit attributes from their ancestors.
19. What is the role of the data dictionary in a DBMS?
20. Which SQL statement is used to update existing data in a table?
21. Why is it important to reconcile data discrepancies in healthcare?
22. ..... :Builds applications that use the database.
23. In a relational model, an attribute refers to:
24. What is an example of a hierarchical DBMS? A) File system B) XML database C) SQL database D) Object-oriented database
25. Which of the following in not a function of DBA?
26. What is a benefit of sharing data in a DBMS?
27. Name one advantage of using a DBMS over file systems.
28. What models an enterprise as a collection of entities and relationships?
29. Which of the following are the properties of entities?
30. What is the purpose of a unique constraint in SQL?
31. What is the purpose of commit control in a distributed DBMS?
32. What are some common types of database management systems?
33. Write an SQL query to update a record in the 'Students' table.
34. Which DBMS user has no technical knowledge and uses pre-defined menus?
35. Explain the concept of normalization in RDBMS.
36. What attributes are included in the table for translating a relationship set into a relational model?
37. Which of the following is an advantage of DBMS?
38. A subtype is a generic entity that has a relationship with one or more entities at a lower level.
39. What uniquely identifies each tuple in a table?
40. IIn general, a file is basically a collection of all related .....
41. What is a transaction in a database?
42. In the context of information systems, a database is:
43. Which lock allows only one transaction to write?
44. What is the purpose of data integrity constraints?
45. In a relational database, what is a 'tuple' most commonly known as?
46. What is one of the main functions of a DBMS?
47. Database System Architecture:The organization of database, DBMS, business logic, and ..... ?
48. What does the COUNT function do?
49. What are the main components of the Relational Model?
50. Object-oriented databases are widely used in enterprise applications.
51. What is the purpose of a query language in DBMS?
52. What is the main purpose of a 'foreign key'?
53. What does the term 'schema' refer to in a database context?
54. A manager has requested a list of products from highest price to lowest. How would this information be retrieved?
55. What feature of a database management system helps maintain data integrity?
56. This SQL statement allows users to retrieve data from the a certain table.
57. ..... :Determining what actions a user can perform.
58. Which validation method ensures data follows a specific predefined pattern?
59. What is the purpose of data validation in a database?
60. How to select all data from studentinfo table starting the name from letter 'r'?