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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Provide an example of a dependency in a database.
2. What are relationships in the context of a relational database?
3. What is the purpose of the TRY-CATCH statement in T-SQL?
4. A situation in which one table in a database has a foreign key that refers to a primary key in another table.
5. In MS Access, what is a record?
6. Peter Chen developed and defined a model of important relationships called the er model
7. Which of the following is an example of a row in a database?
8. Which of the following is an example of a relationship?
9. What are the potential drawbacks of using stored procedures?
10. Which key uniquely identifies a record in a table?
11. In a relational database, the three basic operations used to develop useful sets of data are .....
12. This key uniquely identifies each record in an entity.
13. What can queries help you calculate in a database?
14. Which SQL clause filters groups?
15. Which SQL command would you use to change a student's course from "ICT Level 5" to "Software Engineering" ?
16. In an ERD, what symbol represents an entity?
17. What does the ORDER BY clause do?
18. What happens if a primary key is duplicated?
19. Microsoft Access cannot create a 'many-to-many' relationship directly because it is a theoretical type. How must a developer implement this practically?
20. A ..... helps speed up the retrieval of data by creating a quick lookup reference.
21. Why is it important for each record to have a unique primary key?
22. Which of the following is a characteristic of a relational database?
23. What does the term 'cardinality' refer to in database relationships?
24. What is the maximum number of tables that can be related in MS Access?
25. In a 'one-to-many' relationship between a 'Customers' table and an 'Orders' table, where would you expect to find the linking field?