Domanda di colloquio di Sett Consultant

What is function in PL/SQL ?

Risposta di colloquio

Anonimo

2 gen 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.