What is the relation b/w view and trigger
Answer Posted / 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 |
Post New Answer View All Answers
What is schema in sql?
how do you login to mysql using unix shell? : Sql dba
Mention what is the plv (pl/vision) package offers?
How to get list of all tables from a database?
Why is partition used in sql?
give the syntax of grant and revoke commands? : Sql dba
How does sql*loader handles newline characters in a record? : aql loader
What is the execution plan in sql?
How do we use distinct statement? What is its use?
Can a view be mutating? If yes, then how?
What is a scalar value in sql?
How to display the records between two range in Oracle SQL Plus?
When is the update_statistics command used?
What is embedded sql with example?
how many triggers are allowed in mysql table? : Sql dba