Oracle SQL,PL/SQL

What is Null Statement ?

Null
Avatar of shohal
Written by shohal

Null Statement

The null statement is a null keyword followed by a semicolon(;).

What is the meaning of null?

 Null means having no value; in other words null is zero.

Example (1):

 The simplest valid PL/SQL program.

   Begin

      null;

 End;

Example (2):

 The NULL statement within an IF…THEN…ELSE statement:

What is Null Statement ? | TechTweet
What is Null Statement ? | TechTweet

About the author

Avatar of shohal

shohal

I have profession and personal attachment with custom ERP Software development, Business Analysis, Project Management and Implementation almost (36) ,also Oracle Apex is my all-time favorite platform to developed the software. Moreover i have some website development experience with WordPress. For hand on networking experience DevOps and CCNA, it create me a full package. Here are some core programming language with networking course i have been worked: Oracle SQL ,PL/SQL,Oracle 19c Database , Oracle Apex 20.1,WordPress,Asp.Net ,MS SQL ,CCNA ,Dev Ops, SAP SD

Leave a Comment