Programmatic Constructs Question:
Download Job Interview Questions and Answers PDF
Explain What is a Procedure?
Answer:
A Procedure consist of a set of SQL and PL/SQL statements that are grouped together as a unit to solve a specific problem or perform a set of related tasks.
Procedure is pl/sql subprogram that can accept parameters and can be invoked form calling enviourment.Procedures are created to perform actions on an applications
Procedure is pl/sql subprogram that can accept parameters and can be invoked form calling enviourment.Procedures are created to perform actions on an applications
Download Oracle Programmatic Constructs Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain What are the uses of Oracle Rollback Segment? | Explain What is an Oracle Data Block? |