In send normal form table must follow this condition.

1. Must Follow 1st normal form.

2. Remove partial dependent.

Students Table:

student_nocourse_nocourse_fee
1c11000
2c21500
1c42000
4c31000
4c11000
2c52000

Student_no,course_no → Candidate Key (Prime Attribute)

course_fee - Non prime Attribute.

course_fee is dependent on proper subset of candidate key.

2nd Normal Form:

student_nocourse_no
1c1
2c2
1c4
4c3
4c1
2c5
student_nocourse_no
1c1
2c2
1c4
4c3
4c1
2c5