what is the difference between trigger and constraint?
Answer Posted / kumar jabu
Constraints implements specific conduct or rules on table column like it determines whether field data should be unique,not null ..
But triiger implements rules on systems or application event.
whenever dml occurs that implemented rules been fired.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is foreign key sql?
What type of join is sql join?
What is sql table?
How do I truncate a word?
What is schema in sql?
What is multiple partition?
What are sql built in functions?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is sql injection vulnerability?
What does a pl/sql package consist of?
Which function is used to return remainder in a division operator in sql?
What is a schema sql?
What is constant in pl sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
Why do we use cursors?