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.

Adopter

  • MariaDB 10.3
  • Oracle
  • Postgre

Learning

https://www.tutorialspoint.com/plsql/plsql_triggers.htm