InterviewSolution
| 1. |
What Is Pl/sql? |
|
Answer» PL/SQL is Oracle's PROCEDURAL LANGUAGE extension to SQL. The language includes object oriented programming techniques such as ENCAPSULATION, function overloading, information hiding (all but inheritance), and so, brings state-of-the-art programming to the Oracle database SERVER and a variety of Oracle tools. PL/SQL is Oracle's Procedural Language extension to SQL. The language includes object oriented programming techniques such as encapsulation, function overloading, information hiding (all but inheritance), and so, brings state-of-the-art programming to the Oracle database server and a variety of Oracle tools. |
|