https://en.wikipedia.org/wiki/First_normal_form

https://en.wikipedia.org/wiki/Second_normal_form

 

A relation is in first normal form if and only if the domain of each attribute contains only atomic (indivisible) values, and the value of each attribute contains only a single value from that domain.[1]

Put simply, a table is in 2NF if it is in 1NF and every non-prime attribute of the table is dependent on the whole of every candidate key.

相关文章:

  • 2022-02-20
  • 2021-12-10
  • 2022-02-22
  • 2021-10-31
  • 2021-07-20
  • 2021-07-11
  • 2021-09-08
猜你喜欢
  • 2022-12-23
  • 2021-05-20
  • 2021-07-20
  • 2022-01-08
  • 2022-12-23
  • 2021-07-25
  • 2021-11-05
相关资源
相似解决方案