In this PL/SQL Tutorial,We will explore about the what is PL/SQL in Oracle.
- What is PL/SQL?
Prerequisites
Before the start of PL/SQL Tutorial, You are aware of Oracle SQL then you can be start learning PL/SQL tutorial and if you have knowledge of other programming language then it is easier to understand.
Notes:-If you want to learn PL/SQL or SQL then Install Oracle Database to your local PC.
What is PL/SQL in Oracle?
The PL/SQL programming language was developed by Oracle Corporation in the late 1980s.
PL/SQL have power of SQL for combining the data manipulation and the processing power of procedural language.
We can says that PL/SQL is superset of SQL because PL/SQL fully supports SQL data manipulation commands and its data types.
- PL/SQL stands for "Procedural Language/Standard Query Language".
- PL/SQL is a procedural programming language.
- PL/SQL is a block-structured language.
- It is a very easy to understandable and readable language.
- PL/SQL is a portable language.
- In the PL/SQL program can have both SQL statements and Procedural Language.
- In PL/SQL, we can use set of command like (if statements, variable,exception handling etc).
We have learnt about the PL/SQL. Now one more question arise from here why we need PL/SQL? or why SQL does not enough.
Why we need PL/SQL or why SQL does not enough?
So I will explain this question with some points which clear all your doubt.
- As we know that we can not use loop statement or conditional statement in SQL.
- We can not handle system defined error in SQL.
- SQL does not support code reusability.
That's all for today, I think this Oracle PL/SQL Blog Post will help you to understand about the what is PL/SQL in Oracle. I request to all my readers if you like this blog or any feedback about the blog post then comment your valuable.
2 Comments
Nice content.
ReplyDelete(Arman)
thanks
DeleteIf you have any doubts, Please let me know