| |
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. |
| September 09, 2009 00:54:31 |
#9 |
| surya72446 |
Member Since: September 2009 Total Comments: 2 |
RE: What is PL/SQL ? |
PL/SQL stands for procedural languages extensions to SQL and it's theme is to hold a bunch of SQL statements as a single function and return a single output. PL/SQL is advantageous compared to other programming languages as it is a Oracle proprietary and does not require any external interfaces for the database connectivity. |
| |
Back To Question | |