Normalise the following collection of attributes that describe a student's enrolment.
As above, show the First Normal Forms that are derived, the second Normal Forms and the Third Normal Forms.
Identify the primary key of each collection by underlining the attribute(s).
ENROLMENT (STUDENT_ID, SEMESTER_ADDRESS, HOME_ADDRESS, COURSE_CODE, COURSE_NAME, COURSE_START_DATE, EMAIL, PHONE, (SUBJECT_CODE, SUBJECT_NAME, YEAR_ENROLLED, SEMESTER_ENROLLED, SCORE, GRADE))