Category: 1. PL/SQL Tutorial

  • Environment Setup

    In this chapter, we will discuss the Environment Setup of PL/SQL. PL/SQL is not a standalone programming language; it is a tool within the Oracle programming environment. SQL* Plus is an interactive tool that allows you to type SQL and PL/SQL statements at the command prompt. These commands are then sent to the database for processing. Once…

  • Overview

    The PL/SQL programming language was developed by Oracle Corporation in the late 1980s as procedural extension language for SQL and the Oracle relational database. Following are certain notable facts about PL/SQL − Features of PL/SQL PL/SQL has the following features − Advantages of PL/SQL PL/SQL has the following advantages −