Pergunta de entrevista da empresa Sett Consultant

What is function in PL/SQL ?

Resposta da entrevista

Sigiloso

2 de jan. de 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.