Run the command script to the right.
In this step you are going to create a trigger that executes after the insert in the ORDER table.
This trigger calculates the estimated delivery date for the order shipment based on the date of the week and the price value of the order.
Triggers can contain PL/SQL code and are very useful mechanism for enforcing business rules on the changes to the data.
You should see one statement success messages.