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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Third normal form is based on the concept of .....
2. Which of the following best describes the concept of 'atomicity' in ACID properties?
3. What are some common techniques for optimizing SQL queries?
4. ..... model represents the data in many to-many relationships.
5. A ..... application can be used to organize data but lacks the robust functions of a true database management system.
6. Which of the following products is an early implementation of the relational model developed by E.F. Codd of IBM?
7. In a Students table, the row:(101, 'Alice', 'Computer Science') is an example of:
8. Which type of database is better for relating different types of information?
9. What is the purpose of an entity-relationship (E-R) diagram?
10. When working with databases, which SQL statement is used to choose a specific database for operations?
11. Apa perbedaan antara tag dan dalam HTML?
12. How would you establish a relationship between the 'Teachers' and 'Classes' tables?
13. Paper-based is an example of physical database.
14. A non key attribute, whose values are derived from the primary key of some other table is known as
15. Which of the following is an example of alphabetic data?
16. What is the purpose of defining validation rules for fields in a database?
17. What is the role of an index in a database?
18. Which of the following best describes data abstraction?
19. What are the benefits of Triggers?
20. Can some attributes accept a "null" value?
21. Which of the following is NOT an acronym of sub languages of SQL
22. Which data type should you use to store a phone number in an MS Access table?
23. What is a database transaction?
24. Hierarchical model was developed by .....
25. Explain the purpose of Data Query Language (DQL).
26. Which is NOT one of the most common types of SQL CHECK constraints?
27. A household appliances manufacturer has hired you to help analyze its social media data sets to determine which of its refrigerators are seen as the most reliable. Which of the following tools would you use to analyze this data?
28. What is the primary purpose of the SELECT statement in DML?
29. Which of the following is NOT a relationship type?
30. Which level of DBMS architecture defines how data is stored physically?
31. What is the highest level of data abstraction in a database system?
32. A field set as "Boolean (Yes/No)" would be BEST for storing:
33. In designing and creating tables, why is it important to choose appropriate data types and constraints for each column?
34. A DBMS acts as an interface between which two components of an enterprise database system?
35. What is a "table" in a relational database?
36. What is meant by a database?
37. Which of the following is true about removing rows from a table?
38. Which of the following is a typical example of technical metadata?
39. Explain the concept of database security.
40. How do you modify the layout of a form in Access?
41. Which term refers to a single piece of data in a database table?
42. Which of the following best describes end user data?
43. A column of a database relation is also known as
44. Which of the following best describes a column in a database?
45. .... where the data is organized as row and column.
46. Data abstraction helps in achieving .....
47. If column "Fees" contains the data set (5000, 8000, 7500, 5000, 8000), what will be the output after the execution of the given query? SELECT SUM (DISTINCT Fees) FROM student;
48. Which of these is not a type of data integrity?
49. Which one of the following given stament possibly contains the error?
50. The set of all valid values for the attribute grade (e.g. {'A', 'B', 'C', 'D', 'F'}) is called the attribute's:
51. Which of the following best defines an instance in a database?
52. Hubungan / relationship yang menggambarkan hubungan antara elemen yanglebih umum ke elemen yang lebih kusus/ spesifik disebut .....
53. What are fields in a database table?
54. Which SQL statement is used to extract data from a database?
55. When might a DBMS be unnecessary?
56. What does DBMS provide for unauthorized access prevention?
57. Identify the total number of attributes in a relational data model.
58. What is the role of a data model in database design?
59. Which term best describes the process of defining the structure of a database?
60. The ..... method defines a relation that contains a vertical subset of Relation.