what is the difference between trigger and storedprocedures
Answer Posted / nancy
BASIC DIFFERENCE IS trigger is automatically executed without an action required by a user where as stored procedure needs to be explicitly invoked...
a database TRIGGER ia a STORED PROCEDURE that is fired when an insert,update or deletestatements is issued against the associate table.a trigger is fired whwn database related event occurs....
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain spool.
how to escape special characters in sql statements? : Sql dba
what is a constraint? Tell me about its various levels. : Sql dba
Can you load data into multiple tables at once? : aql loader
How do you concatenate in sql?
Explain sql data types?
What are stored procedures used for?
Is sql free?
Can you rollback after commit?
Is it possible to read/write files to-and-from PL/SQL?
how do you tune the slow running queries in oracle db , explain the methodology
What is update query?
what is csv? : Sql dba
what are all the common sql function? : Sql dba
What is an inner join sql?