Class 11 Computer Science Chapter 7 Database Concepts Quiz 36 (50 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain:
2. In a student database, which of these would most likely be a field?
3. 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?
4. Which keyword in an UPDATE command decides which record gets changed?
5. What is one advantage of using a DBMS?
6. Why should you avoid using calculated fields like 'age' in your database?
7. What is the role of fields in a database table?
8. Indicate whether the statement is true or false:DBMS have a data definition capability to specify the structure of the content of the database.
9. Which SQL command is used to add new rows to a table?
10. How many types of relationships are there in databases?
11. For a 'one-to-one' relationship to be established between two tables, what specific condition must the linked fields meet?
12. What is meant by use case in system development?
13. Which of the following is a type of database model?
14. Indicate whether the statement is true or false:Spanner is an example of a distributed database.
15. Tables in second normal form (2NF):
16. What is the main difference between relational and non-relational databases?
17. Manakah yang merupakan contoh dari relasi one to one
18. How can you optimize a subquery for better performance?
19. What does clicking OK after renaming a table do?
20. What must you do to maintain data integrity when you normalize a relation by breaking it into two smaller relations?
21. Which symbol is used as a wildcard for multiple characters in LIKE?
22. Quale tipo di attributo ha un tipo semplice, come numeri interi o stringhe?
23. A field in a database table whose values are the same as the primary key of another table is called .....
24. In the relational table, which of the following can also be represented by the term 'attribute'?
25. The select operation .....
26. What is one to one relationship means?
27. What is the purpose of using a TRY ..... CATCH block within a stored procedure that contains a transaction?
28. Which SQL keyword is used to return specific columns?
29. What is a column in a database?
30. Information about NoSQL databases
31. Which high-level language was developed in 1995 and is widely used for web applications?
32. Who are the typical users and administrators of a database system?
33. Which command is used to rename a collection?
34. Which of the following is an example of an input mask?
35. What does middleware do in an information system?
36. What is the external level in a database architecture concerned with?
37. How can indexing improve database performance?
38. Which is the earliest data model?
39. What is the primary purpose of data validation?
40. What is the significance of primary keys in a database?
41. Which constraint prevents NULL values in a column?
42. What is a record?
43. Which view in MS Access displays data in a spreadsheet-like format?
44. Fields are made up of records.
45. Which type of entity has its relationship to another entity determined by an attribute in that other entity called a discriminator?
46. Which of the following is NOT an advantage of using a DBMS?
47. Data redundancy occurs when:
48. What are the normal forms in database normalization?
49. Which statement is used to assign a value to a variable in T-SQL?
50. Which of the following is NOT a component of a database?