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 is a unique key ? : Sql dba
What is the location of pre_defined_functions.
How to return an array from java to pl/sql?
what is row? : Sql dba
What are local and global Indexes and where they are useful.
What is %rowtype in pl sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
what happens if null values are involved in expressions? : Sql dba
Why do we need cursors in pl sql?
What is not null in sql?
What is pl sql quora?
Define select, insert, create, delete, update, drop keywords
What are the parts of a sql statement?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
How do I count duplicates in sql?