Which of the following keyword is a must have when creating a function in PL/SQL?
Which of the following keyword is a must have when creating a function in PL/SQL? Correct Answer RETURN
The RETURN keyword is a mandatary keyword while creating a function in PL/SQL. Since functions are made to return any particular value, so a RETURN keyword should always be present to state which value is to be returned.
মোঃ আরিফুল ইসলাম
Feb 20, 2025