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
What are sql built in functions?
How do you run a query?
What is the difference between numeric and autonumber?
What is rename in sql?
What is data modelling in sql?
What are records give examples?
What is replication id?
How to test for null values?
What is an escape character in sql?
What is the difference between sql, mysql and sql server?
What is a mutating table and a constraining table?
Who is the owner of mysql database?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Is grant a ddl statement?
What is %rowtype in pl sql?