Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started