employer cover photo
employer logo
employer logo

Shivam Medisoft Service Pvt.

Is this your company?

Shivam Medisoft Service Pvt. interview question

What is the difference between a function and a stored procedure.

Interview Answers

Anonymous

14 Sept 2021

Function will not return a value but stored procedure return a value

Anonymous

18 July 2025

function always returns a value where as procedure will returns a value sometimes function can becalling in select statement where as procedure can be calling by using exec procedure name or in between begin and end