What is difference between Procedures and Functions ?
Answers were Sorted based on User's Feedback
Answer / roopesh kumar
(1) Procedure may or may not return value but function
should.
(2) We can't call a procedure inside a sql stmt but
function can.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
Hi,
Basic Difference is Function must return a value and
Procedure can or cannot return a value using out parameter.
Thanks!
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / manojbatra071
a procedure can return none,one or more than one value but a
function can return one and only one value everytime
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shasi
Hi,
The main think is function canbe used in sql select
statement but procedure wer can't use.procedure redurn more
then value(max:1024)funcion must return 1 value
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep sahoo
Prcocedure Will do Action whereas Function Will do Calculation
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Which data type doesn't allow null data type?
How do I run a sql query in pgadmin 4?
Explain the two type of Cursors ?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
Can a foreign key be null?
What is execute immediate?
How global cursor can be declare with dynamic trigger ?
what is the command for user data type?
How do you rank data in sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
what is a primary key? : Sql dba
what are the advantages and disadvantages of cascading style sheets? : Sql dba