I’m new to SQL, is anyone here could help me with this:
Table Score
Table Student
I have 2 tables(scores and student). I want to replace value of column ‘student_id’ in table score by adding the value of column ‘stu_id’ in table student but I don’t know how to do it since there are some duplicate student_id in table score. Please help me !! thank you.
New contributor
Socheata Meng is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.