|
- PL SQL Tutorial
PL SQL, which stands for Procedural Language extensions to the Structured Query Language (SQL) It is a combination of SQL along with the procedural features of programming languages
- PL SQL - Basic Syntax - Online Tutorials Library
In this chapter, we will discuss the Basic Syntax of PL SQL which is a block-structured language; this means that the PL SQL programs are divided and written in logical blocks of code
- PL SQL - Overview - Online Tutorials Library
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 − PL SQL has the following features −
- PL SQL - Quick Guide - Online Tutorials Library
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 − PL SQL has the following features −
- PL SQL - Procedures - Online Tutorials Library
In this chapter, we will discuss Procedures in PL SQL A subprogram is a program unit module that performs a particular task These subprograms are combined to form larger programs
- PL SQL - Data Types - Online Tutorials Library
In this chapter, we will discuss the Data Types in PL SQL The PL SQL variables, constants and parameters must have a valid data type, which specifies a storage format, constraints, and a valid range of values
- PL SQL - Collections
In this chapter, we will discuss the Collections in PL SQL A collection is an ordered group of elements having the same data type Each element is identified by a unique subscript that represents its position in the collection
- PL SQL - Object Oriented - Online Tutorials Library
In this chapter, we will discuss Object-Oriented PL SQL PL SQL allows defining an object type, which helps in designing object-oriented database in Oracle An object type allows you to create composite types
|
|
|