what is the difference between trigger and storedprocedures
Answer Posted / nandkumar
There are bascis 3 difference between them
1> trigger invokes implicitly while we need to invoke
procedure explicitly.
2> We cant pass values from user to trigger but we can pass
values into procedure.
3> Trigger cant return value procedure can return value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql clause?
what is a control file ? : Sql dba
What is the current version of postgresql?
What are the operators used in select statements?
List and explain the different types of join clauses supported in ansi-standard sql?
Explain ttitle and btitle.
what are the types of subquery? : Sql dba
Which table is left in left join?
how to calculate the difference between two dates? : Sql dba
What are properties of the transaction?
What makes a good primary key?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Is pl sql a scripting language?
Which is faster union or join?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?