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
How to make a copy values from one column to another in sql?
What is sql exception?
How do you exit in sql?
what's the difference between a primary key and a unique key? : Sql dba
What is a table in a database?
what is rollback? : Sql dba
What is transaction control language (tcl)?
Is it mandatory for the primary key to be given a value when a new record is inserted?
What is left join in sql?
How would you convert date into julian date format?
Where is sql database stored?
what is the use of double ampersand (&&) in sql queries?
Explain the advantages and disadvantages of stored procedure?
How to know the last executed procedure?
How many postgresql users are there, worldwide?