What Is PL/SQL

Q

What Is PL/SQL? - Oracle DBA FAQ - Introduction to PL/SQL

✍: FYIcenter.com

A

PL/SQL is a modern, block-structured programming language. It provides several features that make developing powerful database applications very convenient. For example, PL/SQL provides procedural constructs, such as loops and conditional statements, that are not available in standard SQL.

PL/SQL code runs on the server, so using PL/SQL lets you centralize significant parts of your database applications for increased maintainability and security. It also enables you to achieve a significant reduction of network overhead in client/server applications.

2007-04-25, 4708👍, 0💬