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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which key stoke moves the active cell towards left in Access table?
2. What is a primary use of a data warehouse?
3. Which SQL statement is used to create a view?
4. Which of the following is considered as DBMS?
5. Why do we convert many-to-many into one-to-many?
6. What is the primary purpose of OLAP systems?
7. What is meant by data redundancy?
8. What is the purpose of data constraints in a database?
9. Database management system is ..... software
10. What is an ER diagram?
11. Which of the following software is appropriate to store data about school students?
12. MongoDB supports SQL queries.
13. What is the purpose of a composite key in a relational schema?
14. Which of the following is not involved in DBMS?
15. Which of the following is an example of a Data Definition Language (DDL) command?
16. Which is the example of File Based System?
17. The created database is listed using the ..... command.
18. What is the expansion of OLE in Access?
19. What is the maximum length of the field name in Access?
20. This process of hiding the details of entities in the ER model is known as?
21. In agricultural databases, which of the following data types would be suitable for soil pH values?
22. What is SQL?
23. 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
24. Which DBMS does Adobe use to handle local data storage within its software?
25. ..... :Person responsible for technical management of databases.