can we delete the trigger in a view? if yes why if not why?
Answer Posted / deep
YES OFFCOURSE ... WE CAN DELETE THE TRIGGER VIEW AS USING DROP COMMAND. IN ORDER TO DROP ANY TRIGGER
DROP TRIGGER TRIGGER_NAME;
TIGGER DROPPED.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are operators available in sql?
What is a delimiter in sas?
How do I run a pl sql procedure in sql developer?
What is sorting in sql?
how do you know the version of your mysql server? : Sql dba
What is sql constant?
What is auto increment feature in sql?
State few characteristics of pl/sql?
Can we use delete in merge statement?
Does pdo prevent sql injection?
What is faster join or subquery?
What are tables in sql?
what are the types of join and explain each? : Sql dba
Are sql database names case sensitive?
What is program debugging?