Database Activity 3 Multiple Choice and T or F
Database Activity 3 Multiple Choice and T or F
(a) Table
(b) Report
(c) Form
(d) Field/Attribute
(a) A relationship in which the primary key in one table is matched to the primary key in
another table.
(b) A relationship in which the foreign key in one table is matched to a primary key in
another table
(c) A relationship in which the primary key in one table is matched to a combined key in
another table
(d) A relationship in which the primary key is one table is matched to the candidate key in
another table.
1. b
2. a
3. c
4. c
5. b
True/False:
6. False
7. True
8. False
9. True
10. True
Short-Answers:
11. - A primary key uniquely identifies each record in a table.
- A foreign key is a field in one table that links to the primary key of another table to establish
a relationship.
12. Advantages include:
- Easier to search and retrieve data.
- Reduced redundancy and inconsistency.
- Better security and access control.
13. A query is used to filter, retrieve, and display specific data based on certain criteria.
14. Normalization organizes data to reduce redundancy and improve data integrity by
dividing it into smaller tables.
15. Examples include:
- Banking systems to store customer transactions.
- Hospital systems to manage patient records.
- School databases for tracking student information.