adspace
Answer Posted / Sudha
To modify an existing trigger in SQL, you would typically drop the old trigger and then create a new one with the updated logic. Here's a basic example using MySQL: DROP TRIGGER trigger_name; CREATE TRIGGER trigger_name AFTER EVENT FOR EACH ROW BEGIN ... END;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we need to rebuild index after truncate?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the current version of postgresql?
what are all the common sql function? : Sql dba
Does group by remove duplicates?
what are the advantages of sql ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
what is bcp? When does it used? : Sql dba
What is the best sql course?
Can delete statement be rollbacked?
If a cursor is open, how can we find in a pl/sql block?
what is collation? : Sql dba
how to escape special characters in sql statements? : Sql dba
Can we use distinct and group by together?
How do I remove duplicates in two columns?