I have a “Student” table which should have name column. But I made another table “StudentsName” for name since names have three parts: firstname, middlename and last name.
Now my question is how should I relate these two tables?
I have a Student table which should have name column. But I made another
Share
If “student” table uses ids from “name” table then you want to have a FK from “students” to “name”