i have a table as show
StudentTable
S.no StudentName Marks
1 Stud1 100
2 Stud2 350
3 Stud3 400
Here the marks column for each student will get updated upon each test.
lets Consider Stud1, Stud1 got 50 Marks in 1st Test and 50 Marks in 2nd Test. Totally 100.
I know the dates when the tests are held.
Is there any way to get the 1st Test Mark of Stud1 from the above table.
Does MySql has any way to get the value.
DB design cannot be changed having a separate table for marks along with Test date
*Not a homework