Class 11 Computer Science Chapter 7 Database Concepts Quiz 4 (25 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. Apa yang dimaksud dengan kunci asing?
2. What type of data does the 'Currency' data type store?
3. Which event typically *triggers* embedded SQL execution in a VB.NET or Java program?
4. Determine the error in the below SELECT statement SELECT ename, deptno, sal FROM emp WHERE job=CLERK;
5. In what year was the introduction of object orientation in relational DBMS?
6. Which integrity type ensures a primary key is never NULL?
7. A natural business association that exists between one or more entities is a
8. In a database, what are tables used for?
9. What does it mean if a database table has 30 records and 5 fields?
10. Which of the following symbols is NOT used in a Chen Notation ERD?
11. What is the purpose of a foreign key in a relational database?
12. What is a database?
13. What process is used to break a many-to-many relationship apart in a relational database?
14. What is the first normal form (1NF) in database normalisation?
15. Which statement about records and fields is TRUE?
16. In the three-schema architecture, which level describes how data is actually stored in memory?
17. Which of the following is NOT a valid candidate key in a database?
18. Which of the following is a disadvantage of a flat file database?
19. What does the term 'cardinality' refer to in a relational database?
20. Indicate whether the statement is true or false:Data scrubbing is a more intensive corrective process than data cleansing.
21. A property of a database that does not contain any values of a foreign key that are not matched to the corresponding primary key.
22. What data type is used to store a value from another table?
23. 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.
24. WHAT IS META DATA
25. Which of the following is an example of a data update operation?