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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Differentiate between a primary key and a candidate key.
2. Which of the following operations requires the relations to be union compatible?
3. Normalization helps make database management easier by:
4. Which of the following is a DBMS for desktop computers?
5. Discuss the key features and benefits of using graph databases.
6. Hubungan / relationship yang menggambarkan hubungan antara actor dengan usecase disebut .....
7. How is a composite entity identifier formed?
8. Multiple primary keys in a table
9. Which of the following is a function of a database?
10. What is the purpose of a Secondary Key in a database table?
11. What type of lock allows multiple transactions to read but prevents any write operations?
12. Which SQL keyword is used to remove a record from a table?
13. Berikan contoh tag HTML untuk membuat tautan (link) ke halaman lain.
14. What is the main advantage of using forms in a database?
15. What is the main advantage of using NewSQL?
16. In a network model, a child can:
17. A database ..... is the snapshot/state of a database at any given time.
18. The "father" of MySQL is .....
19. Which of the following is not a problem of file systems?
20. ..... shape represents the entities in ER diagrams.
21. A table TEST ..... COUNT has 10 number values as 3, 32, 1, 1, null, 24, 12, null, 32, null Predict the output of the below query:SELECT COUNT(*) FROM test ..... count;
22. Why might a Composite Key be necessary in a database table?
23. Define the term 'tuple' in the context of a relational database.
24. For each attribute of a relation, there is a set of permitted values, called the ..... of that attribute.
25. Which one of the following cannot be taken as a primary key?
26. What is the relationship between DOCTOR table and PATIENT table?
27. Which of the following is an example of a physical database?
28. Which of these is an advantage of storing data in fields with the correct data type?
29. Which command is used to create a new table in a database?
30. Meera wants to store student information like name, roll number, and contact in an organized way. What should she use?
31. What does ETL stand for in data processing?
32. The OR operator combines two relational expressions where only one must be true to provide a true result
33. Javell is organizing his music collection on his computer. Each song's title, artist, and album information is stored in a table. Which term refers to a single piece of data in this table?
34. Which SQL command is used to remove a table from the database?
35. Which of the following is NOT a type of database recovery technique?
36. What does the SELECT clause do in SQL?
37. Which of the following is not a benefit of using a relational database
38. Which of the following best describes the difference between database and DBMS?
39. Which of the following is an example of a table in a database?
40. Which is fundamental to any computer system?
41. Which of the following is an advantage of using a database, except .....
42. Which command lists all databases in PostgreSQL?
43. Which of the following is NOT a main component of a database?
44. According to the example table, which of the following is a record for Johnny Mitchell?
45. A field identified in a record as holding the unique identifier for a record is called the .....
46. The attribute name could be structured as an attribute consisting of first name, middle name and last name. This type of attribute is called:
47. Which problem occurs when multiple users access the same file simultaneously without coordination?
48. ..... are the languages used to write commands to access, insert, update and delete data stored.
49. What is the primary goal of database design?
50. Which of the following is NOT a valid MongoDB data type?
51. When moving from a flat-file database to a relational database, what is the primary reason for the reduction in required external storage space?
52. In a relational database, each tuple is divided into fields called
53. What is the purpose of an input mask?
54. In a relational database, what uniquely identifies a record?
55. Which database type is most suitable for handling large-scale, flexible schema data?
56. Which of the following is an example of a typical DBMS functionality?
57. Which pane in MS Access displays the list of tables, forms, queries, and reports?
58. Which of the following is TRUE about the atomicity of a database?
59. What is a composite key in a relational database?
60. If "Admission Number" is chosen as the primary key, the combination "Class + Section + Roll No." becomes the: