Difference Between Stored Procedure and Functions

Many times in interviews, one question is commonly asked, "What is the difference between a stored procedure and a function?" So, considering the above requirement, I have decided to write this blog to help beginners and job seekers who might want to know about it.

A Stored Procedure is a group of logical SQL statements to perform a specific task, such as insert, select, update, and delete operations on a table, and so on, which are stored in a SQL database. 

A function is a logical group of SQL statements that perform an operation on the group of SQL statements and return a single value. It is also stored in a database.

Post a Comment

www.CodeNirvana.in

Protected by Copyscape
Copyright © Compilemode