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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which database approach characteristic allows the same DBMS software to work with any database?
2. What is an example of a database management system?
3. Indicate whether the statement is true or false:The term data governance encompasses policies and procedures through which data can be managed as an organizational resource.
4. What SQL command is used to create a new table?
5. What is the difference between the "Execute Statement" and "Execute Script" icons in SQL Developer?
6. What is a candidate key in a database?
7. Which DML command is used to add new records to a table?
8. In a table there can be many candidate keys.
9. Which of the following is NOT one of the ACID properties?
10. Which tool would you use to find all records where the value is greater than 100?
11. Why are databases better for concurrent use compared to spreadsheets?
12. What is the purpose of a transaction in a database?
13. What is an aggregate function in a query?
14. What is the cardinality of a relationship?
15. Data Types
16. Which of the following is part of a three-level database architecture?
17. What is the main challenge of data volume in database management?
18. Third normal form is based on the concept of .....
19. Which of the following best describes the concept of 'atomicity' in ACID properties?
20. What are some common techniques for optimizing SQL queries?
21. ..... model represents the data in many to-many relationships.
22. A ..... application can be used to organize data but lacks the robust functions of a true database management system.
23. Section D:Fill in the Blanks (5 marks)-Write the correct word or term in each blank space. Each column in a table is known as a .....
24. Which of the following products is an early implementation of the relational model developed by E.F. Codd of IBM?
25. In a Students table, the row:(101, 'Alice', 'Computer Science') is an example of: