Answer Posted / shekar
Triggers: It checks the condition and Performs some action
eg: it checks and fires before or after insert or update
or delete
Constriants: it checks the condition
eg: suppose NotNull constraint.It jst doesn't allow null
values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is sql profiling in oracle?
What is parallel hint?
Why indexing is needed?
what is a database transaction? : Sql dba
What is union and union all keyword in sql?
What is the importance of sqlcode and sqlerrm?
What is the difference between union and union all command?
What is loop in pl sql?
What is the difference between jpql and sql?
Is it important to partition hard disk?
How does an execution block start and end in pl sql?
what is rollback? : Sql dba
how to see the create table statement of an existing table? : Sql dba
Is primary key always clustered index?
What is the purpose of normalization?