What is the difference between method and procedure?

Asked 06-Apr-2018
Viewed 758 times

1 Answer


0

There is two main difference between Method and Procedure. They are as follows:
1. Method return single record but procedure return records of multiple tables separately.
2. A method calls in select statement but you can't call procedure in a select statement.

I hope it's informative...