Hi All
I would appreciate of someone correct me if I'm wrong. I'm asking the below question just for my learning purpose.
Question -- When we use Procedure and When Function?
Answer
When we want to execute a series of DML statements then we use procedure and when we want to return a single value then we use function.