Jul 30, 2020 3:20 pm
What is PL SQL?
1 Reply
Aug 03, 2020 4:35 am
PL SQL is a procedural language and it is extension to standard SQL. It enable us to execute procedural logic's on the database.
We use PL SQL to perform processing on the server. We can also use PL SQL to create stored procedures and functions.
I hope I answered your question.