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
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is a string data type in sql?
Does mysql_real_escape_string prevent sql injection?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Where can I learn sql for free?
What is indexing oracle sql?
Does google use sql?
Mention what pl/sql package consists of?
How do I upgrade sql?
What are the disadvantages of not performing database normalization?
How to get help at the sql prompt?
What are sql data types?
What is cross join example?
Is it possible to link two groups inside a cross products after the cross products group has been created?
Explain the advantages and disadvantages of stored procedure?