Just looking at a video about 1NF (from Mr B's Code Academy) and I'm left wondering how one would normalise the data in the screenshot, so it becomes atomic. In the video, Mr B splits Teacher
into three columns - Teacher ID
, Teacher Init
, and Teacher Surname
.
I understand completely splitting the data into two columns, one for ID and one for name, but is reducing it down further to the initials and surname a bit much or is it necessary?