I have a confusion regarding the OUT parameter and RETURN type of a function in oracle PL SQL. I have few questions regarding this.
- Can someone please explain the difference between the two?
- Can a function have both IN and OUT parameter like a procedure?
- Is it possible to return more than one value using functions?
I have searched over the internet but I am getting different answers which are confusing me further.