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
Explain the difference between triggers and constraints?
What is posting?
How to add a column ‘salary’ to a table employee_details?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
What is basic structure of pl sql?
when is the use of update_statistics command? : Sql dba
what is acid property in database? : Sql dba
Which one is better subquery or joins?
What is the difference between rollback and rollback to statements?
Do prepared statements prevent sql injection?
What jobs use sql?
What packages are available to pl/sql developers?
Can a select statement fire a trigger?
Is truncate ddl or dml?
What are the different types of tables in sql?