Class 11 Computer Science Chapter 7 Database Concepts Quiz 4 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. How do records and fields relate in SQL tables?
2. What is the difference between a report and a form in Access?
3. A functional dependency is a relationship between or among:
4. What are the advantages of using cloud databases?
5. Update ..... set columname=value where condition;
6. What is a Database Management System (DBMS)?
7. Database can be physical or digital.
8. What is the purpose of the JOIN operation in SQL?
9. What is a flat file database?
10. Which SQL statement is primarily used to retrieve data from a table?
11. RDBMS stands for
12. An insertion anomaly happens when:
13. Software that defines a database, stores the data, supports a query language, produces reports and creates data entry screens is a:
14. Write a SQL query to retrieve the unique records from a table named 'products'.
15. The select operation in a database:
16. 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?
17. What role do entities play in a relational database?
18. Which ACID property would be violated if a transaction writes data that is lost when the system crashes?
19. A ..... represents data as two-dimensional tables.
20. ..... is the one who manages the complex database management system.
21. What is the conceptual level in the ANSI three-level architecture?
22. What is the first step in the normalization process?
23. How can you filter records in a database?
24. How would you retrieve the "name" and "email" columns from a table named "users" ?
25. What does data redundancy refer to?
26. Which PL/SQL object stores reusable SQL blocks without returning a value?
27. What is a "query" in the context of relational databases?
28. What does concurrency in data sharing refer to?
29. Cascading aborts occur when:
30. Which one of the following attributes cannot be taken as a primary key?
31. Which data model represents entities and their relationships?
32. What does the term 'referential integrity' mean in database relationships?
33. Many users access many servers. Why is this statement not a good inclusion in an ER diagram?
34. Which of the following is the most prominent data manipulation language today?
35. A collection of conceptual tools for describing data, relationships, semantics and constraints is referred to as .....
36. Which of the following is a benefit of using a database?
37. What is the full form of DDL?
38. Which of the following data types is best suited for storing phone numbers?
39. 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?
40. Validation rule to ensure data must be entered into that field .....
41. What is the primary difference between data and information?
42. What is the role of a primary key in a database table?
43. When you omit the field list in an INSERT statement, what MUST be true?
44. List some common data warehousing tools.
45. Which of the following is a benefit of using a database over file-based systems?
46. What is the focus of a logical ERD?
47. What does the term 'data abstraction' mean?
48. What is one benefit of using forms in databases?
49. Which statement best defines referential integrity in a relational database?
50. Data once processed is called .....
51. The year when the first internet applications for databases appeared?
52. What are the key components of a data warehousing architecture?
53. In data mining, which of the following involves events linked over time?
54. True or False:(102, 'John', 'Physics') is an instance of the Students table.
55. Which SQL statement is used to retrieve data from a database?
56. What does OLTP stand for?
57. Why might a file cabinet be used as an analogy for a database structure?
58. Which ACID property ensures that committed data remains even after a crash?
59. What is the primary purpose of Design View in MS Access?
60. Section A:True or False (5 marks)-Write True or False beside each statement. A table is made up of rows and columns.