What is difference between Procedures and Functions ?
Answer Posted / devi
1.procedure does not return any value whree as functions
return values
2.a procedure can be called independently where as a
function is called inside a procedure
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between 'between' & 'and' operators in sql
How do you explain an index?
what is the difference between $message and $$message? : Sql dba
Is sql an operating system?
what is the use of friend function? : Sql dba
Why having clause is used in sql?
How delete a row in sql?
What are the two different parts of the pl/sql packages?
Explain the purpose of %type and %rowtype data types with the example?
What is basic structure of pl sql?
What does rownum mean in sql?
What is exception? What are the types of exceptions?
Explain the difference between triggers and constraints?
How do you sort in sql?
Can you join a table to itself?