Home » Page 38

Aggregate functions in oracle

As part of learning the Oracle SQL tutorial, Here is good detail on the Aggregate functions in oracle Aggregate functions in oracle/Group Functions Group Functions unlike single value functions operate on the set of rows and return one row per group.  The set of rows may be a whole table or the table split into groups …

Aggregate functions in oracle Read More »

PLSQL Constants

In this post we will discuss about PLSQL Constants in Oracle, How do you declare a constant variable in PL SQL, how to Declare a constant in Oracle stored procedure Oracle PLSQL Constant Oracle PLSQL constant is just like any other procedural language and Its value does not change during the execution of the program …

PLSQL Constants Read More »

PL/SQL

In this post we will learn about PLSQL language, What is PL/SQL, and Why Use PLSQL What is PL/SQL PL/SQL is Oracle’s proprietary extension to SQL that allows for procedural language capabilities It gives all the features of modern software engineering such as data encapsulation, exception handling, information hiding and object orientation It is also …

PL/SQL Read More »

What is Oracle PLSQL Variable

In this post we will discuss about PLSQL Variables in Oracle, Types of Variable, how to Declare variable in Oracle procedure, how to Declare variable in Oracle stored procedure, Scope of plsql Variables Oracle PLSQL Variable Oracle PLSQL Variable are just like any other procedural language and it is used to store the result of …

What is Oracle PLSQL Variable Read More »

Scroll to Top