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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Perintah SQL yang digunakan untuk memperbarui data pada kolom 'nama' di tabel 'pelanggan' adalah .....
2. What are the benefits of using views in database management?
3. What is the main function of tables in a database?
4. Information is obtained after ..... of data.
5. The database language that allows us to access data in a database is called:
6. What is a DBMS and its primary function?
7. What challenges are associated with distributed databases?
8. Mismatched redundant copies of data is known as data .....
9. A ..... database allows access from any location with an internet connection.
10. Which of the followings are correct in relational databases?
11. Suppose a change is made in the storage structure of the database files (e.g., changing from magnetic disks to SSDs). Which level of the ANSI-SPARC architecture does this affect directly?
12. The default ..... id field in MongoDB is of type:
13. Which schedule allows commit only after all dependent transactions commit?
14. Which type of data includes measurable facts like test scores or visitor numbers?
15. Which of the following can be stored in a database?
16. DML is used for:
17. In an ER model, what does an "entity" typically represent?
18. Which of the following correctly defines a field?
19. Which of the following best describes a flat file system?
20. In a table of employees, "Department" field can take only values "HR, " "Finance, " "IT." This set of allowed values is called a:
21. What does a column in a database table represent?
22. Raw facts which people gather is referred to as .....
23. ..... allows multiple users to work on it.
24. Which of the following best describes an entity in an Entity Relationship Diagram (ERD)?
25. What is the primary function of a DBMS (Database Management System)?
26. A structured collection of data items that can be accessed by different application programs.
27. Fill in the blank: ..... is a non-key attribute, whose values are derived from the primary key of some other table.
28. What does atomicity mean in database transactions?
29. What are the benefits of using forms for data entry?
30. What does ACID stand for in the context of databases?
31. Why is storage method selection critical in database systems?
32. What does a one-to-many relationship in a relational database describe?
33. What are the four core functions of a DBMS?
34. ..... is the presence of duplicate data in multiple data files so that the same data are stored in more than one place or location.
35. What is the meaning of LIKE '%0%0%'
36. Explain the significance of database indexing in improving query performance.
37. Which level hides hardware details from the user?
38. A schematic of the entire database that describes the relationships in a database is called a(n) .....
39. What is the purpose of a primary key in a table?
40. Perintah yang memudahkan admin dalam memberikan hak akses adalah .....
41. The output relation which has sum of column and product of rows is called .....
42. Which data type can store a calculated value based on other fields in the table?
43. What is the function of a form in database management?
44. Which of the following is NOT a type of database user?
45. Why is a DBMS necessary for managing data?
46. How do markup languages like HTML differ from programming languages?
47. Indicate whether the statement is true or false:Encryption is a key feature of a blockchain database.
48. At which level of data abstraction is the database schema defined?
49. SQL statements can be classified into
50. In the context of databases, what does the term 'concurrency control' refer to?
51. Another name for a production database is a ..... database.
52. Which type of end user makes up the largest category and uses predefined transactions?
53. What is the primary key for the world table?
54. The SQL statementSELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;
55. Which of the following SQL queries is used to retrieve rows from the "customers" table where the "email" column contains NULL values?
56. Which of the following is NOT a foreign key in a database?
57. Which of the following is an RDBMS?
58. Which of the following is NOT an expectation we have for a database management system, whether it is relational or not
59. What is the main advantage of a distributed database?
60. What is a transposition error?