Question: database solve using oracle live sql , also explain steps 5 ) Convert the trigger in the previous question from statement level to row level.

database solve using oracle live sql, also explain steps 5) Convert the trigger in the previous question from statement level to row level. Test it by inserting following product: (2 points)
INSERT INTO PRODUCT(Code,Description, Price,Discount) VALUES ('AT830TP','VACUUM CLEANER', 950,0.07)
Check that the trigger set the SalePrice which is going to be 883.5.
database solve using oracle live sql , also

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!