A very quick question. I have a student table with columns: student_email(PK), student_name, student_surname, password, course
and another table called 'feelings' where the student can log how they're feeling every day. Columns: feeling_id(PK), feeling_title, feeling_text
I'm just wondering how I would be able to link these two tables together in order for students to log their own feelings and then also for the student to view all the logs they have saved.
Thank you/