PL∕SQL - davidkhala/sql GitHub Wiki
PL/SQL unleashed the power of procedural code to DB. PL/SQL = SQL + the procedural features of programming languages.
- File suffix
.pls可编程的SQL变体
Developers can take advantage of capabilities of below and all executed at the database level.
- Declaration of constants, Var, functions/procedures, data types
- looping mechanism, conditions
- Can handle exception
- Object-oriented
Adopter
- MariaDB 10.3
- Oracle
- Postgre