Oracle®PL/SQL by Example, Sixth Edition, presents the OraclePL/SQL programming language in a unique and highly effective format. It challenges you to learn OraclePL/SQL by using it rather than by simply reading about it.
The second edition of OraclePL/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.
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.
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.
Oracle®PL/SQL by Example, Fifth Edition, presents the OraclePL/SQL program-ming language in a unique and highly effective format. It challenges you to learn OraclePL/SQL by using it rather than by simply reading about it.
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.