Computer Science, asked by keerthika8120, 9 months ago

Normal form which has transitive dependencies and no partial dependencies

Answers

Answered by KaranMudgil
0

Answer:

Second Normal Form – A relation is in 2NF if it has No Partial Dependency, i.e., no non-prime attribute (attributes which are not part of any candidate key) is dependent on any proper subset of any candidate key of the table.

Similar questions