InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between a function and a stored procedure? |
|
Answer» A function returns a value and a stored procedure doesn’t return a value. |
|