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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the Super key?
2. What is the function of the DROP command in SQL?
3. Database management systems, operating systems, applications and utilities are all examples of .....
4. Which one of the following programing models is the most recent concept that used to write dynamic program?
5. In a 1:N relationship, how is it represented in a relational schema?
6. What does the COUNT function do in SQL?
7. What are the advantages of using stored procedures for query optimization?
8. Which one of the following OSI layer is responsible if the website loads slowly but the network connection is stable?
9. How does denormalization affect database performance?
10. How do transactions ensure data consistency in a DBMS?
11. Which type of user would be responsible for managing the database schema?
12. A file system suffers from which of the following limitations?
13. Which DBMS function is responsible for storing data and related data entry forms, report definitions, etc.?
14. Sistem ..... yang selalu meningkatkan kebutuhan perubahan tiap waktu.
15. What is TRUE about Relational Data Model?
16. What is the difference between a unique constraint and a primary key?
17. Explain the concept of foreign keys and their purpose.
18. What is a distributed database?
19. What is the E-R model used for?
20. SELECT dept ..... name, ID, avg (salary)FROM instructorGROUP BY dept ..... name;This statement IS erroneous because
21. To remove a table structure from an SQL database, we use the ..... command.
22. Why is it only possible to access database files through the DBMS?
23. Which of the following will help to maintain unique record in the table?
24. Server Role:Stores data and runs the .....
25. Which of the following are valid levels of access?
26. The following are functions of a DBMS except
27. What does local autonomy in a distributed database refer to?
28. Who developed the first database management system?
29. What is the purpose of the SELECT operation in relational algebra?
30. If user A is using a single-user database, what must users B and C do?
31. What happens to the foreign key in a binary relationship with total participation constraint?
32. What does the SQL LIKE operator do?
33. How does method overloading differ from method overriding?
34. Which of the following is an example of a hierarchical model?
35. What is horizontal partitioning?
36. You are a database administrator for a large company with multiple departments. Each department needs a separate view of the employee data, showing only relevant information (e.g., HR sees salary, a project manager sees project assignments). Which of the following components of the three-schema architecture would you use to implement these specific views?
37. One or more very large databases containing both detailed and summarized data for a number of years that is used for analysis rather than transaction processing.
38. What is the history of the first commercially available relational database management system (RDBMS)?
39. Which of the following is not a DML command?
40. What are the 4 properties of a transaction?
41. What is the role of a database designer?
42. When identifying the parts of the packaged data model that apply to your organization, one should first start with:
43. Which SQL keyword is used to sort the result set?
44. In order to maintain transactional integrity and database consistency, what technology does a DBMS deploy?
45. Which of the following is a valid SQL constraint?
46. Which of the following is not a type of MS Access database object?
47. An entity cluster is:
48. A manager has requested a list of all products over $ 100 and in size "Large" . How would this information be retrieved?
49. What does the term 'data integrity' refer to in a database?
50. Which one will delete the table data as well as table structure?
51. What is an advantage of using joins in a DBMS?
52. In terms of databases, what does consistency mean?
53. Which SQL keyword is used to ensure no duplicate rows are returned?
54. Which keyword is used to declare a static member in Java?
55. In a relational data model, what do rows represent?
56. Which of the following best describes a primary key in a database table?
57. Which of the following is an example of a query used in agricultural research?
58. What is the true definition of big data
59. Database administrators want to improve the performance of a complex SQL query. Which technique should they consider first?
60. Which operation is NOT part of CRUD?