what is the difference between trigger and storedprocedures
Answer Posted / poonam
Actually triger in action which is performed automatically
before or after a event occur and stored procedure is a
procedure which is executed when the it is called. Stored
procedure is module.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is recursive join in sql?
What is a trigger in sql?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Does truncate release storage space?
How do I save the results of sql query in a file?
What is nosql example?
Why is normalization important?
What is difference between stored procedure and trigger?
define sql insert statement ? : Sql dba
what is the difference between where clause and having clause? : Sql dba
What are character functions in sql?
What is sql analyzer?
What are different types of sql commands?
What is sqlerrm?
How do you remove duplicate records from a table?