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

Quiz Instructions

Select an option to see the correct answer instantly.

1. Consider a table with attributes A, B, C, D, E and the following functional dependencies:A$\rightarrow$B, B$\rightarrow$C, C$\rightarrow$D, and A$\rightarrow$E. Which normal form is the table currently in?
2. Which of the following is an example of selecting different queries in a database?
3. What is a relationship in database applications?
4. Juvante is managing a library database. What is the purpose of a query in this database?
5. Which SQL command is used to remove a record from a table?
6. Which SQL statement correctly performs an inner join between Customer (alias c) and Order (alias o) on customerId?
7. A transaction reads a row. Another transaction modifies and commits a change to that same row. When the first transaction reads the row again, it gets a different value. What is this phenomenon called?
8. In a client/server DBMS, the server is responsible for:
9. In the context of data mining, the term associations refers to .....
10. What is the role of a foreign key in a database?
11. What does a relationship in a database do?
12. A database cannot be organised.
13. Database ..... which is the logical design of the database, and the database ..... which is a snapshot of the data in the database at a given instant in time.
14. In a database, what does the term 'row' refer to?
15. Berdasarkan tugas yang diberikan di awal video, database 'Kasir' seharusnya memiliki tabel-tabel berikut, kecuali .....
16. Which of the following data types is automatically generated and incremented by Access?
17. Which ACID property is best described as 'a transaction must bring the database from one valid state to another, following all defined rules and constraints'?
18. What is a one-to-many relationship?
19. What does a one-to-one relationship in a relational database imply?
20. Which component of a database is similar to a spreadsheet?
21. What does WHERE clause do in an SQL SELECT statement?
22. Which of the following is NOT an ACID property of a transaction?
23. Berikan contoh SQL query untuk menampilkan semua data dari tabel 'mahasiswa'.
24. What would be a strategic reason to use a flat-file database instead of a relational database for a small startup's employee records?
25. The Database Management System can be divided into ..... major components
26. What is the role of data consistency?
27. What is the role of OLAP in data warehousing?
28. What is data abstraction in database systems?
29. Database can be ..... based with one sole purpose of storing data.
30. What is the main difference between a database and a table?
31. How do you represent relationships in an ER diagram?
32. What is a transaction in database terminology?
33. Apa kepanjangan dari DBMS?
34. Can an entity have multiple attributes?
35. .... model stores the data in the form of objects, attributes and methods, classes and Inheritance.
36. Which of the following are components of relational databases?
37. A process for assigning attributes into a table and reduces data redundancy and helps eliminate the data anomalies that associated with poor database design is called as:
38. Each time attribute A appears, it is associated with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that:
39. Which data type is used to store numerical values without decimals in a database?
40. The language used to define database structure is:
41. Who is responsible for managing the overall database environment including security and performance?
42. What does the $ in operator do?
43. Which of the following occurs when the same attribute in related data files has different values?
44. In a relational database, what uniquely identifies each tuple?
45. Why would you want to store certain types of data in Microsoft Access rather than in Microsoft Excel?
46. What is the primary goal of database normalization?
47. What is a primary key in a database?
48. A group of similar data in a database, with rows for each instance of an entity and columns for each attribute.
49. Which of the following SQL commands is used to insert data into a table?
50. Which of the following is NOT a purpose of a DBMS in a school setting?
51. Which of the following best defines a foreign key in a relational database?
52. Which data model is designed to reflect real-world entities as objects?
53. Berikut perintah yang digunakan untuk menambah kolom harga setelah penerbit padatabel buku adalah .....
54. A ..... is a program that performs some common action on database data and that is stored in the database.
55. Which of the following best defines 'data'?
56. Indicate whether the statement is true or false:Many back-end databases cannot interpret commands written in HTML.
57. What is concurrency in databases primarily concerned with?
58. In which Normal Form should you eliminate repeating groups?
59. You are designing a system to sell subscriptions for online revision guides. What should be your first step when identifying entities?
60. What is non-structured data?