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

Quiz Instructions

Select an option to see the correct answer instantly.

1. RDBMS stands for
2. An insertion anomaly happens when:
3. To be in 1NF:
4. Software that defines a database, stores the data, supports a query language, produces reports and creates data entry screens is a:
5. Write a SQL query to retrieve the unique records from a table named 'products'.
6. The select operation in a database:
7. Which common database challenge is illustrated by Sally receiving multiple copies of an L.L. Bean catalog, each addressed to a slightly different variation of her full name?
8. What role do entities play in a relational database?
9. Which ACID property would be violated if a transaction writes data that is lost when the system crashes?
10. A ..... represents data as two-dimensional tables.
11. ..... is the one who manages the complex database management system.
12. What is the conceptual level in the ANSI three-level architecture?
13. What is the first step in the normalization process?
14. How can you filter records in a database?
15. How would you retrieve the "name" and "email" columns from a table named "users" ?
16. What does data redundancy refer to?
17. Which PL/SQL object stores reusable SQL blocks without returning a value?
18. What is a "query" in the context of relational databases?
19. What does concurrency in data sharing refer to?
20. What is the primary purpose of a database management system (DBMS)?
21. Cascading aborts occur when:
22. Which one of the following attributes cannot be taken as a primary key?
23. Which data model represents entities and their relationships?
24. What does the term 'referential integrity' mean in database relationships?
25. Many users access many servers. Why is this statement not a good inclusion in an ER diagram?