Thumbs up for the Correct answer with all steps
Part IV. Database trigger (20 points) 1. Review the schema of Product T table. Additionally table below CREATE TABLE AuditProduct T number (11), ProductID ProductLineId number (11) ProductDescription varchar2 (50), ProductFinish varchar2 (20) productStandardPrice number 6,2), ChangeDate ChangeStatus varchar2 (10) Constraint Status_c date, CHECK (Change Status IN ( ‘ Insert’ , ‘ Update’ , ‘ Delete’ )) The purpose of AuditProduct T table is for recording any
OR
OR