Question: Assuming all tables referenced (Ex: ENROLLMENT & COURSE) are all there and correctly made: Write a set of SQL statements (hint: Use the SQL ALTER
Assuming all tables referenced (Ex: ENROLLMENT & COURSE) are all there and correctly made:
Write a set of SQL statements (hint: Use the SQL ALTER TABLE command) to add a FullFeePaid column to ENROLLMENT and populate the column, assuming that the column is NOT NULL. The only possible values for this column are Yes and No. (Compare COURSE.Fee to ENROLLMENT.AmountPaid to determine data values.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
