What is the syntax for creating a function?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the syntax for creating a function?
Rating:
Following is the syntax for creating a function:
[(parameter [mode] datatype, parameter [mode] datatype, ......)]
RETURN datatype
IS | AS
PL/SQL block;
where,
Rating:
Was this information helpful?
Other articles
- What is the %TYPE attribute?
- What is the DBMS_LOB package?
- What are parameter modes?
- Developing an Oracle Application.
- What is dynamic SQL?