what is the difference between trigger and storedprocedures
Answer Posted / anbu
Trigger will fire when the condition arises but the stored
procedure will execute when the user or main programme
wants its need.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is rename in sql?
Explain isolation levels. : Transact sql
what is difference between delete and truncate commands? : Sql dba
What is the difference between having clause and where clause?
what is datawarehouse? : Sql dba
how can you create an empty table from an existing table? : Sql dba
How do I pipe the output of one isql to another?
what is cursor. write example of it. What are the attributes of cursor.
Show the cursor attributes of pl/sql.
what is sp_pkeys? : Transact sql
Can you load data into multiple tables at once? : aql loader
What is the difference between inner join and natural join?
How to display the records between two range in Oracle SQL Plus?
Is pl sql a scripting language?
What does partition by mean in sql?