can we delete the trigger in a view? if yes why if not why?
Answer Posted / kishore
create or replace
TRIGGER VIEW_TIG
INSTEAD OF INSERT OR DELETE OR UPDATE ON TEST_VIEW
BEGIN
NULL
END
1 create or replace
2 TRIGGER VIEW_TIG
3 INSTEAD OF INSERT OR DELETE OR UPDATE ON TEST_VIEW
4 BEGIN
5 NULL;
6* END;
SQL> /
Trigger created.
SQL> DROP TRIGGER VIEW_TIG;
Trigger dropped.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is t sql in sql server?
How can you get sql*loader to commit only at the end of the load file? : aql loader
what is a stored procedure? : Sql dba
Explain spool.
what is the difference between blob and text? : Sql dba
Explain autonomous transaction.
What is input buffer in sql*plus?
What is cursor explain with example?
How to start oracle sql developer?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
What is auto increment feature in sql?
What are functions in sql?
What are commit, rollback, and savepoint?
What is sql prepared statement?
How delete all data from table in sql?