What is PL SQL? Will anyone please tell?
I need to understand PL SQL as I am a Beginner.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay KhatriPosted Dec 24, 2019, 3:50 AM
PL SQL is an extension of SQL (Structured Query Language) that is used in Oracle by developers. It is used in combining the manipulated data with SQL with the ongoing power of procedural language that helps in the creation of super SQL queries.
The PL SQL consists of mainly three factors/ components
I am mentioning some advantages of PL SQL as follows that suffices the importance and usage of it-
Shraddha PatelPosted Dec 17, 2019, 10:06 PM
Tripat Bala SinghPosted Apr 10, 2018, 12:22 AM
Raghavendar SwaminathanPosted Apr 9, 2018, 11:55 PM
Bhavesh JadavPosted Apr 9, 2018, 11:37 PM
- I give you some reference links to understand PL SQL
- https://www.developer.com/tech/article.php/777761/day-1-learning-the-basics-of-plsql.htm
- https://www.udemy.com/plsql-by-example/
- https://www.youtube.com/watch?v=l3cG1pCglUE
It should help you.Thanks