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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Which of the following is a characteristic of a foreign key?
2. In SQL, which command is used to update existing row in a table?
3. Which of the following is NOT a way to speed up a relational database?
4. In a relational database, what does normalization help to achieve?
5. Which type of schedule may cause cascading aborts?
6. Jahmar is designing a database for his school project. Which view should he use to create a primary key?
7. Three-schema architecture improves:
8. In a one-to-many relationship, the entity that is on the one side of the relationship is called a(n) entity.
9. Which normal form is achieved when a table is in 2NF and no non-prime attribute is transitively dependent on the primary key?
10. ..... is used to store a logically related data.
11. Number of rows in a relation is called its .....
12. The language used in application programs to request data from the DBMS is referred to as the
13. Which of the following is an example of an aggregate function in SQL?
14. .... is never directly stored in the database.
15. Indicate whether the statement is true or false:Relational DBMSs use key field rules to ensure that relationships between coupled tables remain consistent.
16. What is a characteristic of a distributed database?
17. Help Priya to display sname and sales of east and west areas
18. What is a foreign key and how is it used?
19. Which model is typically associated with the conceptual level of a database?
20. Which of the following would most likely occur at the conceptual level of database design?
21. Which database object is used to create a user-friendly interface for entering and viewing data?
22. If a database administrator needs to delete a specific student's record, why is a relational database more reliable than a flat-file database?
23. The column which has unique values in all the rows but is not a primary key is called ..... key.
24. How is the result set sorted in ascending order using a SELECT statement?
25. Which database system is ideal for graph-based applications?