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
is it possible to pass an object or table to a procedure as an argument?
What are different types of functions in sql?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is trigger and how to use it in sql?
Difference between truncate, delete and drop commands?
Can instead of triggers be used to fire once for each statement on a view?
What is sql in java?
Which one is better subquery or joins?
What is row_number () in sql?
How to return an array from java to pl/sql?
How do I count rows in sql query?
Is mariadb nosql?
What is primary key and foreign key?
What is a stored procedure in sql with example?
Do foreign keys improve performance?