PL/SQL

PL/SQL Operators

In the previous tutorials, we have learnt about the variables in PL/SQL. In almost every programming language, we need to do mathematical calculations and other such related operations. To perform these functions efficiently, we need to use Operators. An operator is a specific symbol (generally falls in the special character category) which commands the compiler or …

PL/SQL Operators Read More »

PL/SQL Variables

Read previous tutorial: PL/SQL Data Types  In the last tutorial, we learnt few things about variables in PL/SQL. Now, we shall look at the constraint definitions and other related operations. PL/SQL Variables Constraints are associated with the variables defined in the code block. A constraint is a condition that is placed on the variable. Two …

PL/SQL Variables Read More »

PL/SQL Data Types

In the previous tutorial, you learnt about how to write and run Hello World program in PL/SQL programming language. In this tutorial you will learn about various data types used in PL/SQL. PL/SQL Data Types Every programming language has built-in data types which are used for declaring variables and many other related tasks. Variable is …

PL/SQL Data Types Read More »

Introduction to PL/SQL Programming

PL/SQL Basics – Introduction to PL/SQL Programming PL/SQL stands for Procedural Language/Structured Query Language. It is an extension of Structured Query Language (SQL) developed by Oracle Corporation. PL/SQL is a database programming language which is used to modify and manipulate the database or a complete database application. PL/SQL provides support for developing Web Applications and …

Introduction to PL/SQL Programming Read More »