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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is the most prominent data manipulation language today?
2. A collection of conceptual tools for describing data, relationships, semantics and constraints is referred to as .....
3. Which of the following is a benefit of using a database?
4. What is the full form of DDL?
5. Which of the following data types is best suited for storing phone numbers?
6. A transaction first checks the price of an item, then updates the item's stock level. Which isolation level guarantees that the price cannot be changed by another transaction between the SELECT and the UPDATE on the same row?
7. Validation rule to ensure data must be entered into that field .....
8. What is the primary difference between data and information?
9. What is the role of a primary key in a database table?
10. When you omit the field list in an INSERT statement, what MUST be true?
11. List some common data warehousing tools.
12. Which of the following is a benefit of using a database over file-based systems?
13. What is the focus of a logical ERD?
14. What does the term 'data abstraction' mean?
15. What is one benefit of using forms in databases?
16. Which statement best defines referential integrity in a relational database?
17. Data once processed is called .....
18. The year when the first internet applications for databases appeared?
19. What are the key components of a data warehousing architecture?
20. In data mining, which of the following involves events linked over time?
21. True or False:(102, 'John', 'Physics') is an instance of the Students table.
22. Which SQL statement is used to retrieve data from a database?
23. What does OLTP stand for?
24. Why might a file cabinet be used as an analogy for a database structure?
25. Which ACID property ensures that committed data remains even after a crash?