what is difference between procedure and function,
procedure and trigger?
Answer Posted / suresh somayajula
Difference between Procs & Triggers is;
We have control over the firing of Stored Proceudres,
but we don't have control over the firing of Database
Triggers.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Why do we use subquery?
how does a local variable is defined using t-sql? : Transact sql
What has stored procedures in sql and how we can use it?
Is sql procedural language?
What are the limitations of sql express?
Can you call pl/sql package functions from within a fast formula?
What is the unique index?
What is orm in sql?
how to calculate the difference between two dates? : Sql dba
What is a pdo connection?
How do you optimize a stored procedure in sql?
What is mutating error in pl sql?
What is rtm stands for?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Is a table valued function object?