Question: Consider the following table Student which is assigned with student s marks and grades. Add one more column Eligible to the table which stores Boolean

Consider the following table Student which is assigned with students
marks and grades. Add one more column Eligible to the table which
stores Boolean values y or n.
Write a stored procedure to calculate the average of the total_marks
and assign the value to the Eligible column based on the criteria that
the student who got total_marks above the average mark is eligible.Consider the following table "Student" which is assigned with student's marks and grades. Add one more column "Eligible" to the table which stores Boolean values 'y' or 'n'.
Write a stored procedure to calculate the average of the total marks and assign the value to the "Eligible" column based on the criteria that the student who got total marks above the average mark is eligible.
 Consider the following table Student which is assigned with students marks

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!