what is the difference between trigger and constraint?
Answer Posted / naga sindhuri
Triggers not apply for existing rows but constraints can
apply for existing rows.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Why is stored procedure faster than query?
What is restrict in sql?
What is a string data type in sql?
write an sql query to find names of employee start with 'a'? : Sql dba
What is compiled query?
Is full outer join same as cross join?
What is the difference among union, minus and intersect?
What is the difference between function, procedure and package in pl/sql?
What is an invalid partition table?
How is data stored in sql?
What are the types of subqueries?
What is the use of %rowtype?
What is replication id?
How can I get the number of records affected by a stored procedure?