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 keys in sql?
What is the size of partition table?
discuss about myisam key cache. : Sql dba
What is auto increment feature in sql?
How to take user input in pl sql?
Can we write dml inside a function in sql server?
What is the difference between a procedure and a function?
How to get help at the sql prompt?
What are the various levels of constraints?
How to run sql statements with oracle sql developer?
Does sql view stored data?
What do you mean by stored procedures?
What is procedure and function in sql?
What is difference between inner join and cross join?
How do I upgrade sql?