Question: Write a set of SQL statements ( Hint: Use the SQL ALTER TABLE command.) to add a FullFeePaid column to ENROLLMENT and populate the column,
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.) What is the difference between your answer to this question and your answer to question 3.59?
Step by Step Solution
3.29 Rating (170 Votes )
There are 3 Steps involved in it
To make this column NOT NULL we will 1 Create the column as NULL e... View full answer
Get step-by-step solutions from verified subject matter experts
