InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|