Site icon IT Tutorial

PL/SQL Programing -1 Introduction to PL/SQL

Image

Hi, we are starting a new tutorial. In this tutorial we’ll look PL/SQL programing, examples and much more.

 

PL / SQL is a programming language created by adding the features of the SQL query language developed by Oracle. Since it is a procedural structure, it can do what SQL cannot do within the code.

 

The picture shows the PL / SQL architecture. The written code is processed and returned in two different environments. When the developed code is divided into procedures and normal SQL queries, it can be said that it receives the data in the SQL side database and the procedure does the things SQL cannot do as the software language.

 

PL/SQL Key Futures:
PL/SQL Blok Structure:

The core of PL / SQL is DECLARE-BEGIN-END. PL / SQL has three block structures;

I’ll conclude this post here, and the next post will continue with a simple block structure.

Exit mobile version