Oracle: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) (→PL/SQL) |
Geist (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
PL/SQL stands for “Procedural Language extensions to the Structured Query Language”. | 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). | 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 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. | ||
[https://www.oracletutorial.com/plsql-tutorial/what-is-plsql/ What is PL/SQL] | [https://www.oracletutorial.com/plsql-tutorial/what-is-plsql/ What is PL/SQL] |
Version vom 3. Juni 2022, 10:41 Uhr
PL/SQL
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.