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
Explain the insert into statements in sql?
What is a mutating table and a constraining table?
how can we know the count/number of elements of an array? : Sql dba
What program will open a mdb file?
What is string join?
Is json a nosql?
What is Materialized View? In What Scenario we Use Materialized View?
explain advantages of innodb over myisam. : Sql dba
How to avoid using cursors?
Is sql low level language?
How is debugging done?
Is mariadb a nosql database?
what is “go” in t-sql? : Transact sql
Which command is used to delete a package?
Can you load data into multiple tables at once? : aql loader