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

Quiz Instructions

Select an option to see the correct answer instantly.

1. The element of ERD that represents real-world things such as people, places, or events about which we want to store data is called:
2. An ACID transaction is one that is:
3. True or false:Can databases be a simple file or a complex set of related tables?
4. All of the following are issues with the traditional file environment except .....
5. Which data model uses parent-child relationships?
6. Which of the following statements about queries is FALSE?
7. Entity-Relationship Model was developed by ..... in 1976.
8. What is the purpose of normalisation in a relational database?
9. Define a foreign key and its purpose.
10. What is the purpose of a report in a database?
11. What problem in file systems occurs when data is scattered across multiple files in different formats?
12. What does the 'primary key' constraint ensure?
13. Which SQL operation is used to retrieve data from a database?
14. Which relationship type represents a single record in one table linked to multiple records in another table?
15. What is the purpose of an Access Object in Microsoft Access?
16. To skip the first 5 documents in a query result, you use:
17. If you want to store "Grades" in a student database, which field type is most suitable?
18. Choose the best example of enforcing referential integrity between Customer and Subscription.
19. ..... is a bottom-up approach in which two lower level entities combine to form a higher level entity
20. What is the function of the Quick Access Toolbar in a database application?
21. ASSERTION:-If our database name is 'schooldb' and we want to drop this database, the query will work if we will write our database name in capital letters. REASON:-SQL is a not a case sensitive.
22. Which of the following statements about relations (tables) is FALSE?
23. When data is stored in the form of tables (rows and columns), it is part of which model?
24. Which of the following SQL clauses is used to combine rows from two or more tables based on a related column?
25. Which clause filters rows after aggregation?