Hi,
I have two tables:
SUBJECTS IDsubjects username subject
GRADES IDgrades IDsubject grade
Where SUBJECTS.IDsubjects and GRADES.IDsubject are connected forming a relational database. I want to insert a grade based on a user's subject but I don't know how to do that.
I have three values: - username - subject - grade
I want to INSERT a grade into GRADES table based on a subject because there will be many subjects and I want a specific grade to be applied to a specific subject.