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
Why is normalization important?
How do you use join?
Does sap use sql?
Is sql difficult?
what are the drivers in mysql? : Sql dba
What is the difference between partition and index?
what are myisam tables? : Sql dba
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
How many row comparison operators are used while working with a subquery?
What is parallel hint?
What is record in pl sql?
what is the difference between sql and t-sql? : Transact sql
What is data definition language?
What is a primary key sql?
What does over partition by mean in sql?