mthree interview question

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

Interview Answer

Anonymous

3 Jun 2025

A function needs to accept inputs and a stored procedure is a saved query that we can rerun.