Hallo,
I am new on this forum but I have an urgent problem. How can I
1. Create a trigger which has the following characteristics :
• It should be named reorder.
• It should fire after an update of the qty column on the stock table, if the new
value of qty is <= 5.
• New should be referenced as n.
• The triggered action should insert the values n.itemno and current timestamp
...