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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does the MIN function do?
2. What does the LEFT JOIN do?
3. Which of the following is a benefit of using forms in a database?
4. Which key stoke moves the active cell towards left in Access table?
5. What is a primary use of a data warehouse?
6. Which SQL statement is used to create a view?
7. Which of the following is considered as DBMS?
8. Why do we convert many-to-many into one-to-many?
9. What is the primary purpose of OLAP systems?
10. What is the purpose of data constraints in a database?
11. Database management system is ..... software
12. What is an ER diagram?
13. Which of the following software is appropriate to store data about school students?
14. MongoDB supports SQL queries.
15. What is the purpose of a composite key in a relational schema?
16. Which of the following is not involved in DBMS?
17. Which of the following is an example of a Data Definition Language (DDL) command?
18. Which is the example of File Based System?
19. The created database is listed using the ..... command.
20. What is the expansion of OLE in Access?
21. What is the maximum length of the field name in Access?
22. This process of hiding the details of entities in the ER model is known as?
23. In agricultural databases, which of the following data types would be suitable for soil pH values?
24. Consider the following transactions with data items P and Q initialized to zero:T1:read (P) ; read (Q) ; if P = 0 then Q:= Q + 1 ; write (Q) ;T2:read (Q) ; read (P) ; if Q = 0 then P:= P + 1 ; write (P) ;Any non-serial interleaving of T1 and T2 for concurrent execution leads to
25. Which DBMS does Adobe use to handle local data storage within its software?
26. ..... :Person responsible for technical management of databases.
27. Which of the following is a disadvantage of the database approach?
28. Which database view is used by users who want to create tables and relationships between them?
29. Which of the following is an example of an external database?
30. What is a primary role of a Database Administrator (DBA)?
31. What is the Alternate key?
32. Which of the following is a type of action query in MS Access?
33. What is a weak entity in an ER model?
34. In a relational database, each column represents a:
35. What is the LAST step to request records or reports in a database management system?
36. Which of the following are ACID properties?
37. What does the INNER JOIN do?
38. What does the ROLLBACK command do?
39. What does the term "atomic" mean in the context of database attributes?
40. What is structured query language (SQL)?
41. How does normalization improve database design?
42. How does a DBMS enable more information to be derived from the same amount of data?
43. What is 'data normalisation' in the context of databases?
44. Which of the following is a common type of NoSQL database?
45. What describes the structure of the whole database for a community of users?
46. ..... :Law protecting healthcare information.
47. What is a key benefit of data integrity management?
48. Which SQL statement is used to insert new data in database?
49. Which CSS property is used to change the text color of an element?
50. Which of the following best describes a key-value store?
51. What is an index in SQL and how does it improve query performance?
52. When analog signal to another analog signal conversion is required?
53. ..... is used to eliminate duplicate rows
54. What are cursors in SQL and when would you use them?
55. What is the primary purpose of a database schema in a DBMS?
56. What are the main components of a database system structure?
57. What is an essential feature of a database management system to ensure that patient data is not lost?
58. What is the primary purpose of using SELECT, INSERT, UPDATE, and DELETE commands in SQL?
59. Which activity is part of the group task related to database systems?
60. Which SQL clause is used to combine the result sets of two or more SELECT statements?