can we delete the trigger in a view? if yes why if not why?
Answer Posted / sam
no we cannot delete trigger on a view.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What are expressions?
Is pl sql useful?
Can triggers stop a dml statement from executing on a table?
what is the different between now() and current_date()? : Sql dba
What is a heap in sql?
How can you tell the difference between an index and a view?
What does where 1/2 mean in sql?
What is serial sql?
Why is a trigger used?
Compare sql & pl/sql
how can you create an empty table from an existing table? : Sql dba
Does a primary key have to be a number?
What is the syntax to add a record to a table?
what is log shipping? : Sql dba
Can we call a function containing dml statements in a select query?