Sett Consultant interview question

What is function in PL/SQL ?

Interview Answer

Anonymous

Jan 2, 2025

In PL/SQL, a function is a named, self-contained block of code that performs a specific task and returns a single value. It's similar to a procedure but differs in the sense that it always returns a value but procedure don't.