Introduction to PL/SQL Programming.
====================================
=>Stands for Procedural Language/Structured Query Language.
=>It is 3GL (3rd Generation Languages, Like C/C++)
=>Programmer/DBA can write Business Logics inside it to perform "Automation of Repeated Tasks", such as Calculating interest, total, percent, grade, etc.
Benefits:
=========
=>It resides on the Server inside the Database along with Table and Other Objects, So can execute Fastly.
=>Reduces Load Of DBA, which otherwise requires repeated typing of commands.
====================================
=>Stands for Procedural Language/Structured Query Language.
=>It is 3GL (3rd Generation Languages, Like C/C++)
=>Programmer/DBA can write Business Logics inside it to perform "Automation of Repeated Tasks", such as Calculating interest, total, percent, grade, etc.
Benefits:
=========
=>It resides on the Server inside the Database along with Table and Other Objects, So can execute Fastly.
=>Reduces Load Of DBA, which otherwise requires repeated typing of commands.