What is the relation b/w view and trigger
Answers were Sorted based on User's Feedback
Answer / rajesh venati
View are classified in to two types.
1. Simple View
2. Complex View
==>DML Operations are not possible in complex views, because,
if u create a view more than one table or
if u create a view using group function or
if u create a view using distinct keyword etc.,
those are called complex view.
If u want perform DML Operations on Complex Views, then we
will go for Instead of Trigger.
Through the Instead of Triggers we can perform DML
Operations on a Complex View.
Is This Answer Correct ? | 30 Yes | 1 No |
Answer / bmk
Both are database objects and it behaves diff.View doesn't
contain data and tied with sql.Trigger is an event,trigger
will create on table with after/before with DML operations.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Explain scalar functions in sql?
What is execute immediate?
Explain mutating table error.
What is meant by <> in sql?
Why procedure is used in sql?
What is difference between a PROCEDURE & FUNCTION ?
What is a sql*loader control file?
Explain the difference between 'between' & 'and' operators in sql
What does := mean in pl sql?
How to find string or key value using pl/sql code?
hi this is nakka i have been looking for 1+ exp in oracle sql,plsql developer positions also have knoledge on d2k i am not getting proper walkins how to know it? where can i find it?
What is trigger in flip flop?