Question: 1. Create a table named orders_log_table (which have six fields orderNumber,orderdate,customerNumber,status (before update), status (after update), action = update) 2.Write a trigger to insert some
1. Create a table named orders_log_table (which have six fields orderNumber,orderdate,customerNumber,status (before update), status (after update), action = update)
2.Write a trigger to insert some information into orders_log table every time after an UPDATE happen into orders table.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
