How do you check if a table is in 2NF form or not?

Question

Specify the checks with example

in progress 0
TheDataMonk 3 years 1 Answer 1136 views Grand Master 0

Answer ( 1 )

  1. 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.

Leave an answer

Browse
Browse