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 trigger is used in sql?
What are different categories of sql commands?
how to enter binary numbers in sql statements? : Sql dba
Is sql free?
How do I run pl sql in sql developer?
What is normalization in sql?
What does the argument [or replace] do?
What is null in pl/sql?
Can we use view in stored procedure?
How to run pl sql program in mysql?
Which query operators in sql is used for pattern matching?
What is cross join example?
What is before trigger?
Can two tables have same primary key?
how to drop an existing view in mysql? : Sql dba