What are the differences between Database Trigger and
Integrity constraints ?
Answer Posted / rao
main diff is when we use the trigger voilation rules of
trigger body will not affect existing data.but in case of
constrinat will affect the exsting data also.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why is the cursor important?
What are sql procedures?
What is trigger explain with example?
What are the different ways to optimize a sql query?
How does cross join work in sql?
What are the types of join and explain each?
How do you break a loop in pl sql?
What is the difference between delete and truncate statement in sql?
Explain polymorphism in pl/sql.
What does pl sql stand for?
how many groups of data types? : Sql dba
How are functions and procedures called in PL/SQL?
What is crud diagram?
what is user defined functions? : Sql dba
Can we insert data into view?