Create a database for a Student Result system consisting of the following two tables:
Student (SID, name, ContactAddress)
Results (SubjectID, SID, Marks)
Develop and deploy a web based “Result Display System” using JSP, any database backend
and any web server. Your system should use JDBC for input of information to both the
tables. The system should output SID wise Results of all the students on the screen.
Submit the JSP program, screens and database of the system.
What I have tried:
cant solve it due to being new in jsp,can anyone pls solve and give code i will be thankfull