| |
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, 2008 15:27:46 |
#8 |
| g_sidhu |
Member Since: August 2007 Total Comments: 122 |
RE: What is PL/SQL ? |
PL/SQL is the procedural extension to SQL with design features of programming languages. Data manipulation and query statements of SQL are included within procedural units of code. PL/SQL offers modern software engineering features such as data encapsulation, exception handling, information hiding, object orientation. |
| |
Back To Question | |