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. A function returns a value and a stored procedure doesn’t return a value. |
|