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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the significance of theoretical relational languages?
2. .... Father of Relational DataBase .
3. Apa itu primary key dalam database?
4. Explain the difference between INNER JOIN and OUTER JOIN.
5. Which technique involves using locks to control access to data?
6. What does database scalability refer to?
7. Which of the following is NOT a benefit of using a database management system?
8. In a database, a record represents:
9. Which of the following is NOT a type of database testing?
10. Which of the following is an example of a domain in a database?
11. What is the purpose of field properties?
12. What is a database program used for?
13. What is the first step in database design?
14. What is the primary function of a DBMS?
15. Berikut ini perintah yang digunakan untuk merubah nama tabel buku menjadi LKS adalah .....
16. Data is unorganised and no meaning or context.
17. SQL command to create a table
18. Which of the following is an example of a database?
19. Which ACID property ensures that a transaction brings the database from one valid state to another?
20. What is a candidate key?
21. ..... is a top-down process in EERD. It divides high level entities into lower levels. Example:EMPLOYEES can have subclass of Teachers or Technicians.
22. The element of ERD that represents real-world things such as people, places, or events about which we want to store data is called:
23. An ACID transaction is one that is:
24. True or false:Can databases be a simple file or a complex set of related tables?
25. All of the following are issues with the traditional file environment except .....
26. Which data model uses parent-child relationships?
27. Which of the following statements about queries is FALSE?
28. Entity-Relationship Model was developed by ..... in 1976.
29. What is the purpose of normalisation in a relational database?
30. Define a foreign key and its purpose.
31. What is the purpose of a report in a database?
32. What problem in file systems occurs when data is scattered across multiple files in different formats?
33. What does the 'primary key' constraint ensure?
34. Which SQL operation is used to retrieve data from a database?
35. Which relationship type represents a single record in one table linked to multiple records in another table?
36. What is the purpose of an Access Object in Microsoft Access?
37. To skip the first 5 documents in a query result, you use:
38. If you want to store "Grades" in a student database, which field type is most suitable?
39. Choose the best example of enforcing referential integrity between Customer and Subscription.
40. ..... is a bottom-up approach in which two lower level entities combine to form a higher level entity
41. What is the function of the Quick Access Toolbar in a database application?
42. ASSERTION:-If our database name is 'schooldb' and we want to drop this database, the query will work if we will write our database name in capital letters. REASON:-SQL is a not a case sensitive.
43. Which of the following statements about relations (tables) is FALSE?
44. When data is stored in the form of tables (rows and columns), it is part of which model?
45. Which of the following SQL clauses is used to combine rows from two or more tables based on a related column?
46. Which clause filters rows after aggregation?
47. What is ETL in the context of data warehousing?
48. What is the purpose of a Database Management System (DBMS) in relation to a file-based approach?
49. What type of database follows a table-based structure?
50. How do you create a database using MySQL?
51. Which one of th following is a type of Data Manipulation command?
52. Which of the following is NOT a type of database security measure?
53. What is the primary purpose of database systems?
54. Perintah SQL yang digunakan untuk menampilkan daftar semua database yang ada adalah .....
55. Which of the following is an example of a field in a database table?
56. Manakah dari berikut ini yang BUKAN contoh dari relasi one to many
57. Which level in the ANSI-SPARC architecture represents user views?
58. When values in one or more attributes are used as foreign keys, they must exist in another set of one or more attributes in another table, we have created a:
59. How can you ensure data integrity using primary keys?
60. What does the BETWEEN keyword do in a query?