Class 11 Computer Science Chapter 7 Database Concepts Quiz 28 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is not a function of a database system?
2. What is the purpose of a report in MS Access?
3. Which of the following describes a many-to-many relationship?
4. Why is it important to create an appropriate database structure?
5. Describe the difference between a database and a data warehouse.
6. Which of the following actions can be performed when modifying a table structure?
7. What is the main function of update operations in a database?
8. What is one advantage of using the database approach?
9. The collection of information that describes tables, attributes, constraints, indexes and other database objects is called:
10. A foreign key:
11. Which of the following is NOT a purpose of a DBMS in a business setting?
12. Which ACID property ensures that once a transaction is committed, it will remain so even in the event of power loss or system failure?
13. In a database of students, which of the following could be a suitable primary key?
14. What is the purpose of SQL in databases?
15. Consider a table with attributes A, B, C, D, E and the following functional dependencies:A$\rightarrow$B, B$\rightarrow$C, C$\rightarrow$D, and A$\rightarrow$E. Which normal form is the table currently in?
16. Which of the following is an example of selecting different queries in a database?
17. What is a relationship in database applications?
18. Juvante is managing a library database. What is the purpose of a query in this database?
19. Which SQL command is used to remove a record from a table?
20. Which SQL statement correctly performs an inner join between Customer (alias c) and Order (alias o) on customerId?
21. A transaction reads a row. Another transaction modifies and commits a change to that same row. When the first transaction reads the row again, it gets a different value. What is this phenomenon called?
22. In a client/server DBMS, the server is responsible for:
23. In the context of data mining, the term associations refers to .....
24. What is the role of a foreign key in a database?
25. What does a relationship in a database do?