Class 12 Computer Science Chapter 3 Database Management Systems Quiz 18 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. In a LIKE clause, you can ask for any 6 letter value by writing
2. What does the term 'metadata' refer to?
3. What is the difference between INNER JOIN and OUTER JOIN?
4. How do you represent an ER diagram?
5. What is vertical partitioning?
6. The ..... rule specifies that each entity instance of the supertype must be a member of some subtype in the relationship.
7. What is the primary purpose of data normalisation?
8. The process of defining one or more subtypes of a supertype and forming relationships is called:
9. How does a DBMS address the issue of data dependency?
10. How can a distributed database improve query performance?
11. A member of a subtype does NOT necessarily have to be a member of the supertype.
12. Why is it important for student information needed for course registration, accounting, and grade calculation to be consolidated into one standard database?
13. GUI act as front end and database server act as .....
14. Give an example of a real-world application of a database.
15. What is logical data independence?
16. What is a challenge related to the performance of a DBMS?
17. What is the cardinality ratio for a binary relationship where a faculty may counsel many students?
18. How do you remove a table from a database in SQL?
19. How does a DBMS improve data security?
20. What is required for converting a strong entity set with only simple attributes into a relational model?
21. What are mapping constraints in an ER model?
22. While practicing object oriented programming using Java, the execution of every Java program is under the control of:
23. Describe the concept of foreign keys in relational databases.
24. What is the main benefit of using a database management system in healthcare?
25. Given a table students with columns student ..... id, name, and major, which SQL query lists all students majoring in 'Computer Science'?
26. Define the term 'table' in the context of a database.
27. Which of the following is an advantage of the database approach?
28. What is the main advantage of using a NoSQL database?
29. MongoDB is an example of a relational database.
30. What type of join includes all tuples from both participating relations?
31. ..... :Manages data policies and standards.
32. ..... :Storing copies of data at multiple sites.
33. What do backups and replication protect against?
34. Which type of database is mentioned under "Database Architectures & Major Types of Databases" ?
35. What does normalization help to improve?
36. What is the primary purpose of key constraints in relational databases?
37. How can foreign keys help maintain data integrity?
38. What kind of data does Netflix's database primarily manage?
39. In ordered indices the file containing the records is sequentially ordered, a ..... is an index whose search key also defines the sequential order of the file.
40. What is Big Data?
41. What is the result of a set difference operation?
42. The attribute refers to a ..... of a table
43. What is a major disadvantage of a file-based system compared to a DBMS?
44. CREATE TABLE employee (name VARCHAR, id INTEGER)What type of statement is this?
45. What is the main focus of a database designer?
46. What is the primary role of a Data Manipulation Language (DML) in a database?
47. Which of the following would NOT use big data analysis?
48. What is a flat file?
49. What is the primary goal of data storage in a database system?
50. What is the core part of an operating system that directly interacts with hardware?
51. What does the term 'aggregation' mean in ER modeling?
52. Which of the following is a use of DBMS in agriculture?
53. What is an access right in a DBMS?
54. How can query execution plans help in optimizing SQL queries?
55. What is a rollback in transaction management?
56. Define ACID properties in transaction management.
57. A lock that allows concurrent transactions to access different rows of the same table is known as a
58. What is the benefit of using NoSQL databases?
59. What is the difference between a weak entity and a strong entity?
60. What is a key feature of a database?