PL/SQL is
-
Oracle's procedural language for SQL application development
-
support stored procedures, database triggers, optimized concurrent data access, and executable programs as meta-data (i.e., programs are stored together with and attached to the data objects to be manipulated on)
-
a database programming language with expressive capability between C and SQL: loops, decisions, modules and function calls, subroutines, etc.
-
database server is both a SQL engine and a compute engine
-
programmable HTML pages
|