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
Why is pl sql needed?
Is and as keyword in pl sql?
what are sequences
What programs use sql?
What is sqlite used for?
What are user defined functions?
which types of join is used in sql widely? : Sql dba
What is blind sql injection?
Is postgresql a server?
what is oracle database ? : Sql dba
What is the syntax to add a record to a table?
tell us something about heap tables. : Sql dba
Are null values same as that of zero or a blank space?
Explain what is rdbms?
What is an exception in PL/SQL? What are the two types of exceptions?