Question d’entretien chez Sett Consultant

What is function in PL/SQL ?

Réponse à la question d'entretien

Utilisateur anonyme

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