Programmatic Constructs Question:
Download Questions PDF

Explain What is a Procedure?

Oracle Programmatic Constructs Interview Question
Oracle Programmatic Constructs Interview Question

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

Download Oracle Programmatic Constructs Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What are the uses of Oracle Rollback Segment?Explain What is an Oracle Data Block?