Solved

Match the Following Terms to Their Description

Question 20

Matching

Match the following terms to their description.

Premises:
3NF
BCNF
NF
ERD
2NF
Responses:
The table has no fields with partial dependencies on a composite or concatenated key and satisfies 1NF.
The table has to be free of transitive dependencies and satisfy all lower levels of NF.
The table must not have repeating groups of values in a single column and it must have a key.
All determinants are candidate keys and satisfy all lower levels of NF.
Common way to visually express the tables and relationships in your database.

Correct Answer:

3NF
BCNF
NF
ERD
2NF
Related Questions