Question: Write java code using JDBC to do the following: 1 . Create a database and a table Student with the following details: Name, BITSID, Sub
Write java code using JDBC to do the following:
Create a database and a table Student with the following details: Name, BITSID, Submarks, Submarks, Submarks and Submarks, total, average and result.
Insert data only for the following columns: Name, BITSID, Submarks, Submarks, Submarks and Submarks
Fetch the result into local variables in java using the result set. Calculate the total, average and result Pass if all marks
Update the Student table to reflect the total, average and result.
Fetch the updated data and display the students mark sheet in a neat format for all the students.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
