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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What does the term "data redundancy" refer to?
2. Why is a database important in organizing information?
3. Which term refers to a unique identifier for each record in a table that is composed of more than one field?
4. What is a composite key in a database?
5. Neha wishes to rename a table in her database. What should she do?
6. Which of the following is an example of domain integrity being enforced?
7. What does a conceptual data model NOT include?
8. What is the purpose of Advanced Filter Sort?
9. Provide an example of a dependency in a database.
10. What are relationships in the context of a relational database?
11. What is the purpose of the TRY-CATCH statement in T-SQL?
12. A situation in which one table in a database has a foreign key that refers to a primary key in another table.
13. In MS Access, what is a record?
14. Peter Chen developed and defined a model of important relationships called the er model
15. Which of the following is an example of a row in a database?
16. Which of the following is an example of a relationship?
17. What are the potential drawbacks of using stored procedures?
18. Which key uniquely identifies a record in a table?
19. In a relational database, the three basic operations used to develop useful sets of data are .....
20. This key uniquely identifies each record in an entity.
21. What can queries help you calculate in a database?
22. Which SQL clause filters groups?
23. Which SQL command would you use to change a student's course from "ICT Level 5" to "Software Engineering" ?
24. In an ERD, what symbol represents an entity?
25. What does the ORDER BY clause do?
26. What happens if a primary key is duplicated?
27. Microsoft Access cannot create a 'many-to-many' relationship directly because it is a theoretical type. How must a developer implement this practically?
28. A ..... helps speed up the retrieval of data by creating a quick lookup reference.
29. Why is it important for each record to have a unique primary key?
30. Which of the following is a characteristic of a relational database?
31. What does the term 'cardinality' refer to in database relationships?
32. What is the maximum number of tables that can be related in MS Access?
33. In a 'one-to-many' relationship between a 'Customers' table and an 'Orders' table, where would you expect to find the linking field?
34. What is a dependency diagram used for?
35. What is one role of a Security DBA?
36. What does NoSQL stand for?
37. Which SQL command is used to modify existing records in a table?
38. What is one function of metadata?
39. Describe the process of normalizing a database and why it is important in database design.
40. Anything that can have data stored about it, for example, a person, place, event, or thing.
41. To ..... a database means to change existing information, such as updating an address.
42. What are the types of NOSQL databases?
43. What is the role of application programs in relation to a DBMS?
44. Which of the folowing starts off with open, undo, and can be customized to contain the commands you use most frequently?
45. What is a key characteristic of a "One to One" relationship?
46. How does a Data Mart differ from a Data Warehouse?
47. What is the main goal of data verification?
48. Electronic is an example of Digital database.
49. Which property guarantees isolation of transactions?
50. In database normalisation, what is the second normal form (2NF)?
51. ..... is a person, place, object, event or concept in the user environment about which company wishes to maintain the data
52. A column in a table in a database.
53. Perintah ini digunakan untuk menampilkan basis data yang telah dibuat adalah .....
54. In a school database, which of the following would be the MOST suitable primary key?
55. Which of the following types of queries retrieves specific data from a database?
56. What is the function of an "index" in a relational database?
57. In the context of relational databases, what is a composite key?
58. What is the full form of ACID in databases?
59. Perintah ini digunakan untuk menampilkan seluruh isi table adalah .....
60. Which join returns all rows when there is a match in either table?