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

Quiz Instructions

Select an option to see the correct answer instantly.

1. You have a procedure:CREATE PROC sp ..... LogEvent @EventMessage VARCHAR(200), @EventID INT OUTPUT. Which statement correctly retrieves the auto-generated ID after logging an event?
2. Which of the following is a key feature of NoSQL databases?
3. Which keyword in an UPDATE command decides which record gets changed?
4. What is one advantage of using a DBMS?
5. Why should you avoid using calculated fields like 'age' in your database?
6. What is the role of fields in a database table?
7. Indicate whether the statement is true or false:DBMS have a data definition capability to specify the structure of the content of the database.
8. Which SQL command is used to add new rows to a table?
9. How many types of relationships are there in databases?
10. For a 'one-to-one' relationship to be established between two tables, what specific condition must the linked fields meet?
11. What is meant by use case in system development?
12. Which of the following is a type of database model?
13. Indicate whether the statement is true or false:Spanner is an example of a distributed database.
14. Tables in second normal form (2NF):
15. What is the main difference between relational and non-relational databases?
16. Manakah yang merupakan contoh dari relasi one to one
17. How can you optimize a subquery for better performance?
18. What does clicking OK after renaming a table do?
19. What must you do to maintain data integrity when you normalize a relation by breaking it into two smaller relations?
20. Which symbol is used as a wildcard for multiple characters in LIKE?
21. Quale tipo di attributo ha un tipo semplice, come numeri interi o stringhe?
22. A field in a database table whose values are the same as the primary key of another table is called .....
23. In the relational table, which of the following can also be represented by the term 'attribute'?
24. The select operation .....
25. What is one to one relationship means?