What is the syntax for creating a procedure?
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 procedure?
Rating:
Following is the syntax for creating a procedure:
[(parameter [mode] datatype, parameter [mode] datatype, ......)]
IS | AS
PL/SQL block;
where,
Rating:
Was this information helpful?
Other articles
- What is the trigger restriction on a mutating table?
- What is the UTL_HTTP Oracle supplied package?
- What is the USER_OBJECTS data dictionary view?
- What are formal and actual parameters?
- How does Oracle server manage dependencies among objects?