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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is a key characteristic of a database?
2. A record is a group of related:
3. In file-based systems, data is:
4. Which keyword is used to delete all rows from a table but keep its structure?
5. What is the purpose of an entity in a database?
6. Explain how to update a view in SQL.
7. Which concurrency control method completely avoids deadlock?
8. COLLECTION OF DATA
9. The property (or set of properties) that uniquely defines each row in a table is called the:
10. Which of the following is not a true statement about performing a data quality audit?
11. Which level of data abstraction describes how data is actually stored in memory?
12. Which command is used to delete a table permanently?
13. What type of database is designed to facilitate the exchange of structured documents?
14. A business wants to track whether or not an invoice has been paid. Which data type is the most efficient choice to minimize storage while providing a clear status?
15. Entities of a given type are grouped into a(n):
16. Which of the following best describes the responsibility of the conceptual level in a DBMS?
17. What is the purpose of a DBMS in a business setting?
18. A table is synonymous with the term:
19. If a query is created to show all students in 'Grade 10', what condition should be used?
20. What must be selected during the installation of SQL Server for distributed databases?
21. Which of the following is known as a set of entities of the same type that share same properties or attributes?
22. A relationship between Customer and Order entities with connectivity 1:M is classified as:
23. Explain the concept of data mining in relation to databases.
24. Which concurrency control technique validates transactions before commit?
25. Juvante is working on a project where he needs to analyze sales data. Which step is involved in creating a query?
26. Which SQL clause is used to specify the condition on aggregate functions, such as 'COUNT' or 'SUM'?
27. In ..... database, data is organized in the form of trees with nodes.
28. Which operation in relational algebra selects tuples that satisfy a given condition?
29. True or False:An "instance" of a relational database is not a specific entity represented in the database?
30. Which of the following is an example of a primary key in a database?
31. What are the different types of fields in a database?
32. What is the main purpose of a form in MS Access?
33. What does the 'Yes/No' data type represent?
34. What does a 'hyperlink' data type allow you to do in a database?
35. How can you ensure data integrity in a database?
36. What are fields in a database commonly referred to as?
37. What is a foreign key in a database table?
38. An example of DBMS software is .....
39. Which of these statements about databases is true?
40. Which of the following property states that an incomplete transaction is not recorded?
41. Which of the following is an example of a composite key?
42. In the ANSI-SPARC model, which level is responsible for specifying how data is stored in blocks, indexes, and file structures?
43. Which of the following SQL statements retrieves all records from a table named Students?
44. A developer is granted EXECUTE permission on a stored procedure named sp ..... UpdateUserEmail. This is the only way the developer can change user emails. What is the primary database concept this demonstrates?
45. The details associated with an entity are called .....
46. Which SQL command grants user permissions?
47. What is the purpose of concurrency control software?
48. Who is responsible for authorizing access to the database?
49. Which PL/SQL object automatically executes when an event occurs?
50. Which type of JOIN returns only rows that have matching values in both tables?
51. What is the purpose of setting a primary key in an MS Access table?
52. Which of the following is a characteristic of a foreign key?
53. In SQL, which command is used to update existing row in a table?
54. Which of the following is NOT a way to speed up a relational database?
55. In a relational database, what does normalization help to achieve?
56. Which type of schedule may cause cascading aborts?
57. Jahmar is designing a database for his school project. Which view should he use to create a primary key?
58. Three-schema architecture improves:
59. In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) entity.
60. Which normal form is achieved when a table is in 2NF and no non-prime attribute is transitively dependent on the primary key?