Computer Science, asked by abhi171043, 8 months ago

what is PL/SQL in at least 15 lines​

Answers

Answered by Anonymous
1

PL/SQL stands for “Procedural Language extensions to the Structured Query Language”.

SQL is a popular language for both querying and updating data in the relational database management systems (RDBMS).

PL/SQL adds many procedural constructs to SQL language to overcome some limitations of SQL. Besides, PL/SQL provides a more comprehensive programming language solution for building mission-critical applications on Oracle Databases.

PL/SQL is a highly structured and readable language. Its constructs express the intent of the code clearly. Also, PL/SQL is a straightforward language to learn.

Answered by llabhi786ll
0

Answer:

pl SQL stads for procedural language

Similar questions