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 are crud methods?
Is nosql relational?
What is numeric function sql?
Is sql easier than java?
What is where clause in sql?
What is the difference between unique and primary key constraints?
How do I find duplicates in two columns?
Explain the difference in execution of triggers and stored procedures?
Explain the insert into statements in sql?
Can you have a foreign key without a primary key?
What is vector point function?
Why is a trigger used?
Why cross join is used?
what is a foreign key ? : Sql dba
how can you see all indexes defined for a table? : Sql dba