mthree Interview Question

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

Interview Answer

Anonymous

Jun 3, 2025

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