shakti prasad


{ City } bangalore
< Country > india
* Profession * employee
User No # 13775
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 8
Users Marked my Answers as Wrong # 11
Questions / { shakti prasad }
Questions Answers Category Views Company eMail




Answers / { shakti prasad }

Question { IBM, 97156 }

What is difference between function and procedure?


Answer

1.Function always return a single value but procedure may
return more than one value.
2.We can use functions in select statement but we can not
use procedure in select statement.
3.There is possible of recurssive functionlike max(min
(something)),but there is nothing like in procedure.
4.In function we use a return keyword but in procedure no
return keyword is used.

Is This Answer Correct ?    8 Yes 11 No