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 raw datatype in sql?
Is it important to partition hard disk?
What is a composite primary key?
How to read xml file in oracle pl sql?
What is cursor in pl sql with examples?
What are all the different types of indexes?
How do I start pl sql?
What packages(if any) has oracle provided for use by developers?
What are triggers in sql?
How do I create a sql script?
What are the types of keys?
What is sql prepared statement?
What is a schema? How is it useful in sql servers?
What view means?
What is mutating table error?