| |
GeekInterview.com > Interview Questions > Oracle > PL/SQL
| Print | |
| Question: What is PL/SQL ?
Answer: PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs such as iteration, conditional branching. |
| February 02, 2006 02:09:13 |
#1 |
| tm1966_muthu |
Member Since: February 2006 Total Comments: 6 |
RE: What is PL/SQL ? |
PL/SQL is Oracle's Procedural Language extension to SQL. PL/SQL's language syntax, structure and datatypes are similar to that of ADA. 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.
|
| |
Back To Question | |