PL-SQL: Unit 5
PL-SQL: Unit 5
Unit 5
PL/SQL
PL SQL basically stands for "Procedural Language extensions to SQL". This is the
extension of
Structured Query Language (SQL) that is used in Oracle. Unlike SQL, PL/SQL
allows the
It combines the data manipulation power of SQL with the processing power of
procedural
Similar to other database languages, it gives more control to the programmers by the
use of
Properties of Identifiers
Show Examples