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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is a characteristic of 'program-data independence'?
2. What is the simplest kind of database described here?
3. What is the primary feature of distributed filesystems like HDFS?
4. Which of the following wildcard characters represents 'any number of characters'?
5. In the relational modes, cardinality is termed as:
6. What does the following SQL statement do? Delete from Customer ..... T where state = 'HI';
7. Database specification
8. The basic structure of data in relational model is .....
9. What is the significance of "Transactions" and "Transaction Processing" in a database?
10. What is meant by 'data abstraction' in a database?
11. Consider the following schema:SUPPLIERS(SupplierID, SupplierName, Address) Which SQL statement is used to REVOKE ALL privilege on the SUPPLIERS in the schema to the user 'Manager'?
12. In MS Access, which option allows users to create a form quickly?
13. Apa yang dimaksud dengan kunci asing?
14. What type of data does the 'Currency' data type store?
15. Which event typically *triggers* embedded SQL execution in a VB.NET or Java program?
16. Determine the error in the below SELECT statement SELECT ename, deptno, sal FROM emp WHERE job=CLERK;
17. In what year was the introduction of object orientation in relational DBMS?
18. Which integrity type ensures a primary key is never NULL?
19. A natural business association that exists between one or more entities is a
20. In a database, what are tables used for?
21. What does it mean if a database table has 30 records and 5 fields?
22. Which of the following symbols is NOT used in a Chen Notation ERD?
23. What is the purpose of a foreign key in a relational database?
24. What is a database?
25. What process is used to break a many-to-many relationship apart in a relational database?
26. What is the first normal form (1NF) in database normalisation?
27. Which statement about records and fields is TRUE?
28. In the three-schema architecture, which level describes how data is actually stored in memory?
29. Which of the following is NOT a valid candidate key in a database?
30. Which of the following is a disadvantage of a flat file database?
31. What does the term 'cardinality' refer to in a relational database?
32. Indicate whether the statement is true or false:Data scrubbing is a more intensive corrective process than data cleansing.
33. A property of a database that does not contain any values of a foreign key that are not matched to the corresponding primary key.
34. What data type is used to store a value from another table?
35. Section A:True or False (5 marks)-Write True or False beside each statement. A record is a single piece of data such as a student's first name.
36. WHAT IS META DATA
37. Which of the following is an example of a data update operation?
38. Which characteristic of databases means that programs and data structure are stored separately?
39. What is the purpose of the alter keyword in SQL?
40. Singkatan DBMS berarti .....
41. Which of the following properties ensures that a database is in a valid state after the completion of a transaction?
42. A ..... is software that manages databases, allowing users to create, read, update, and delete data.
43. How can you find rows where the employee's last name starts with 'S' to 'Z'?
44. Define big data and its characteristics.
45. Who is responsible for authorizing access to the database, monitoring its use and managing all of the resources to support the use of the entire database system?
46. Which function returns the number of rows?
47. What type of data is stored in relational databases?
48. Di bawah ini yang bukan termasuk jenis diagram UML adalah .....
49. In a one-to-one relationship, how many times can a primary key exist as a foreign key?
50. Which of these could be a primary key?
51. Which SQL query retrieves the top 3 employees with the highest salaries?
52. Which of the following is a responsibility of the database administrator (DBA)?
53. Which database object is used for presenting data in print?
54. What is the significance of data types in fields?
55. A ..... relationship indicates that for each record in a table, there is only a single corresponding record in a related table.
56. In a database table, what is a record?
57. What is the purpose of attributes in a database?
58. In E-R Diagram, weak entity is represented by .....
59. In data mining, which of the following involves recognizing patterns that describe the group to which an item belongs by examining existing items and inferring a set of rules?
60. Which action should be performed first before designing a database in MS Access?