About Pl/Sql
Pl sql A procedural version of sql called pl/sql (procedural language/structured query language) is used in oracle database to create stored procedures, functions, and triggers. It enables you to combine sql commands with procedural tools to build more sophisticated and effective database applications. Typically, pl/sql code is run on the database server, which offers superior …