Multiple choice technology databases

Can a function have an out parameter?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Functions can have OUT parameters in many programming languages and database systems. In Oracle PL/SQL, functions explicitly support OUT parameters. However, this is context-dependent - SQL Server functions do not allow OUT parameters. The question assumes a context where this is valid.