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
What is the purpose of a sql?
How to create your own reports in sql developer?
What do you mean by query optimization?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Why join is faster than subquery?
What is the difference between unique and primary key constraints?
Does sql*plus also have a pl/sql engine?
What are properties of the transaction?
how to use 'mysql' to run sql statements? : Sql dba
What are the key differences between SQL and PL SQL?
what are the type of locks ? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
Which command is used to call a stored procedure?
What is sql indexing?
How can we find duplicate records in a table?