Class 11 Computer Science Chapter 7 Database Concepts Quiz 34 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the purpose of a Secondary Key in a database table?
2. What type of lock allows multiple transactions to read but prevents any write operations?
3. Which SQL keyword is used to remove a record from a table?
4. Berikan contoh tag HTML untuk membuat tautan (link) ke halaman lain.
5. What is the main advantage of using forms in a database?
6. What is the main advantage of using NewSQL?
7. In a network model, a child can:
8. A database ..... is the snapshot/state of a database at any given time.
9. The "father" of MySQL is .....
10. Which of the following is not a problem of file systems?
11. ..... shape represents the entities in ER diagrams.
12. 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;
13. Why might a Composite Key be necessary in a database table?
14. Define the term 'tuple' in the context of a relational database.
15. For each attribute of a relation, there is a set of permitted values, called the ..... of that attribute.
16. Which one of the following cannot be taken as a primary key?
17. What is the relationship between DOCTOR table and PATIENT table?
18. Which of the following is an example of a physical database?
19. Which of these is an advantage of storing data in fields with the correct data type?
20. Which command is used to create a new table in a database?
21. Meera wants to store student information like name, roll number, and contact in an organized way. What should she use?
22. What does ETL stand for in data processing?
23. The OR operator combines two relational expressions where only one must be true to provide a true result
24. 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?
25. Which SQL command is used to remove a table from the database?