Write an appropriate trigger fires after a DML statement on the table STUDENT. The trigger should check whether the facu
Posted: Fri Jun 10, 2022 11:55 am
Write an appropriate trigger fires after a DML statement on the
table STUDENT. The trigger
should check whether the faculty number (FNO) has been changed. If
there has been a change,
insert the old and the new values into the LOGLINE table. Use the
mtext1 column.
table STUDENT. The trigger
should check whether the faculty number (FNO) has been changed. If
there has been a change,
insert the old and the new values into the LOGLINE table. Use the
mtext1 column.