Global web icon
oracle.com
https://docs.oracle.com/en/database/oracle/oracle-…
Database PL/SQL Language Reference - Oracle
Oracle Database Database PL/SQL Language Reference, 21c F31827-07 Copyright © 1996, 2024, Oracle and/or its affiliates.
Global web icon
pearsoncmg.com
https://ptgmedia.pearsoncmg.com/images/97801380628…
Oracle PL/SQL by Example - pearsoncmg.com
Oracle® PL/SQL by Example, Sixth Edition, presents the Oracle PL/SQL programming language in a unique and highly effective format. It challenges you to learn Oracle PL/SQL by using it rather than by simply reading about it.
Global web icon
archive.org
https://ia902300.us.archive.org/9/items/htybydg9s/…
Oracle PL/SQL Programming
The second edition of Oracle PL/SQL Programming is divided into seven parts: Part 1, Programming in PL/SQL Chapters 1 through 3 explain what it means to program in PL/SQL and in Oracle-based applications in general.
Global web icon
i-cu.eu
https://i-cu.eu/en/teaching/subjects/oracle-databa…
3. PL/SQL language - i-cu.eu
PL/SQL (Procedural Language /SQL) is a procedural extension of the SQL language proposed by Oracle that allows the use of SQL commands in the structure of blocks constituting a transaction programming tool.
Global web icon
oracle.com
https://learn.oracle.com/pls/web_prod-plq-dad/view…
Oracle Database: PL/SQL Fundamentals
What you will learn This Oracle Database: PL/SQL Fundamentals training introduces you to PL/SQL. It helps you understand the benefits of this powerful programming language, while teaching you real-world scenarios where these lessons can be applied. Learn To: Describe the features and syntax of PL/SQL.
Global web icon
pearsoncmg.com
https://ptgmedia.pearsoncmg.com/images/97801337967…
Oracle® PL/SQL by Example - pearsoncmg.com
Oracle® PL/SQL by Example, Fifth Edition, presents the Oracle PL/SQL program-ming language in a unique and highly effective format. It challenges you to learn Oracle PL/SQL by using it rather than by simply reading about it.
Global web icon
gc11.ac.in
https://www.gc11.ac.in/uploads/elearning/Oracle%20…
Basics of PL/SQL - GC11
These consist of SQL statements, DML statements, procedures (PL/SQL code blocks), functions (PL/SQL code blocks that return a value), and built-in subprograms. This section starts with the keyword Begin.