Cursor in PL/SQL – PL/SQL Oracle Tutorial

Hola! Friends, I hope you guys are doing good. In this article, we will discuss the Cursors in PL/SQL How it works. If you missed the previous article of function in PL/SQL.…

Function in PL/SQL – Oracle PL/SQL Tutorial

Hi! Friends, We are back with the new content of Function in PL/SQL in Oracle PL/SQL Tutorial series. Please also read the previous post about Procedures in PL/SQL. Let’s get…

Procedures in PL/SQL – Oracle PL/SQL Tutorial

In this article, we have discussed the procedures in PL/SQL, how to create with, and delete with suitable examples.

Arrays in PL/SQL – Oracle PL/SQL Tutorial

Here, we introducing Arrays in PL/SQL, What is array, how to create or declare them in PL/SQL block with example And also some FAQs.

Loops in PL/SQL (Loops + Control Statements)

In this post, we will discuss the of Loops in PL/SQL. There may be many situations when you need to execute a block of code several times. Generally, the statements are…

Conditional Control Structure in PL/SQL

In this article, we will discuss if else in pl/SQL and case in Oracle PL/SQL. You will learn how to use the PL/SQL IF statement to either execute or pass over a sequence of…

Operators in PL/SQL – Oracle PL/SQL Tutorials

In this article, we will discuss operators in PL/SQL of Oracle PL/SQL tutorials. Here we have presented all operators and their examples. If you missed the previous article of PL/SQL…

PL/SQL Constants and Literals in Oracle PL/SQL

In this article, we will discuss PL/SQL constants and literals in Oracle PL/SQL tutorial. If you missed the previous article of Variables in PL/SQL, then please click here. let’s start now ……

PL/SQL Variables in Oracle PL/SQL Tutorials

In this article, we will discuss PL/SQL Variables in Oracle PL/SQL tutorial, and you will learn about PL/SQL variables and how to use them effectively. If you missed the previous…

Data Types PL/SQL -PL/SQL Tutorial

In this article, we will explain the Data Types PL/SQL. If you missed the introduction part of PL/SQL, then click here. What’s inside: Introduction to data types The Scalar TypeThe composite…