what is difference between procedure and function,
procedure and trigger?
Answer Posted / ganesh ganjre
Diff. b/w proc. & trigger..
procedure can be called from trigger but trigger can't be
called from procedure.
Trigger(Implicitly)
Procedure(Explicitly)
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain the uses of database trigger.
What is Materialized View? In What Scenario we Use Materialized View?
Where is all the data on the internet stored?
Name the operator which is used in the query for pattern matching?
What sql does db2 use?
explain advantages of myisam over innodb? : Sql dba
Is sql considered coding?
How many tables can you join in sql?
What is the difference between inner join and outer join?
Enlist the advantages of sql.
What is a join query?
What do you mean by field in sql?
What is the difference between left join and right join?
What is sql query optimization?
Why is pl sql needed?