DEVFYI - Developer Resource - FYI

What is PL/SQL?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

94.What is PL/SQL?

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.

(Continued on next question...)

Other Interview Questions