这个问题可能不合时宜但我仍然想知道,因为我搜索但未能找到解决方案。
Enrollment (StudentID , courseID , course_Instructor , Student_Name ,
Student_Degree , Student_ADD , course_Name , Instructor_Name ,
Instructor_Office , Grade)
•第一范式: 注册关系不在第一个Normal Form中,因为Attribute Student_Degree不是Atomic。
1)任何人都可以告诉我为什么Student_Degree
不是原子的?为什么只是Student_Degree
?
2)第二个小问题是我们在哪个Normal Form中定义PRIMARY KEY?
3)由于我是规范化的新手,有没有办法找到我的NORMALIZED表是否正确?