Page 1 of 1

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
by correctanswer
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.