What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / anil kumar jampana
sorry, we can use in,inout,out parameters in functions also.
one more diff. we can use functions in normal sql queries
but we cann't use procedures in sql queries....
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between inner join and natural join?
What are the two parts of design view?
What is orm in sql?
Can function return multiple values in sql?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
What is the difference between Union and Union all. Which is faster.
What are the datatypes available in pl/sql ?
Can you select everything, but 1 or 2 fields, without writer's cramp?
What are inner and outer joins examples of both?
What is sql query limit?
What pl/sql package consists of?
What is the difference between cluster and non-cluster index?
What is an index in sql with example?
What do you mean by stored procedures? How do we use it?
Which sql statement is used to return only different values?