We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750d01 commit 3e5d22bCopy full SHA for 3e5d22b
CSE 111/Lab 10/test/2.sql
@@ -1,3 +1,5 @@
1
+drop trigger if exists t2;
2
+
3
create trigger t2 after update on customer
4
begin
5
update customer set c_comment = "Negative balance!!!"
0 commit comments