Question: Create a (temporary) table in PostgesSQL . Write a procedure that accepts an instructor ID as input. The procedure calculates the total number of course
Create a (temporary) table in PostgesSQL . Write a procedure that accepts an instructor ID as input.
The procedure calculates the total number of course sections taught by that instructor, and adds a tuple to the temporary table consisting of the instructors ID number, name, and total courses taught - call these attributes: ID, name, and tot_courses. If the instructor already has an entry in the table, then the procedure makes sure the total number of courses taught in the temporary table is up-to-date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
