PL/SQL is Oracle's Procedural Language extension to SQL. It is commonly used to write data-centric programs to manipulate data in an Oracle database. Here's a basic primer to help beginners get started.
Chapter Objectives
In this Chapter, you will learn about:
*
The Nature of a Computer Program and Programming Languages
*
Good Programming Practices
Computers play a large role in the modern world. No doubt you realize how crucial they have become to running any business today; they have also become one of the sources of...
