What is the relation b/w view and trigger
Answer Posted / vivekanandhan
view is used to minimize the complex query of table(s), thru view we can do insert,update,delete where as trigger is an event which will execute automatically when any DML operations provided against the table.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a full join?
Mention what pl/sql package consists of?
Why indexing is needed?
What is a primary key example?
Can we insert data in view?
Why we use triggers in mysql?
What do you mean by “trigger” in sql?
How do I run sql profiler?
What is the difference between explicit and implicit cursors in oracle?
What is user defined functions?
What do you mean by table in sql?
tell us something about heap tables. : Sql dba
what is blob? : Sql dba
Define union, minus, union all, intersect ?
What is column?