Hi,
Please help me to write a storedprocedure which automatically populates % values based on student marks for each student
SID | SNAME | MARKS | PERCENTAGE |
1 | MIKE | 100 | |
2 | ROSE | 98 | |
3 | PETER | 90 | |
4 | NIKI | 50 | |
5 | THOMAS | 50 | |
6 | GEORGE | 70 | |
7 | RYAN | 80 | |
8 | BOB | 55 | |
9 | JIM | 75 | |
10 | TOM | 85 |
Thanks
Madhu