i have the next data in 3 tables:
- Table: Student
fields: id / name / age
2)Table: subject
fields: id/name (math, history, english)
3)Table: mark
fields: student_id / subject_id / mark
I need table the will show me: student name / age / Exam subject and marks for each one.
Please Please i try few hours to understand the join and on and i success with 2 tables but have no idea how to do this with 3.
please help