0 votes
in Oracle by

Q. What is PL/SQL?

1 Answer

0 votes
by

Ans is 

PL/SQL is a procedural language extension over SQL provided by Oracle. It facilitates declaration of variables, functions, and conditional operator in SQL syntax thereby giving the developer more freedom and ease to design complex queries.

...