If Else Statement in PL/SQL

Advertisements

PLSQL First Example Looping Statement in PLSQL

If Else Statement in PL/SQL

Conditional Statements are depending on the condition block need to be executed or not which is decided by condition.

If the condition is "true" statement block will be executed, if condition is "false" then statement block will not be executed.

if....then

if statement in plsql

Syntax

if (condition) than

statements;

end if;

Example

declare
a number; 

begin
number=10;
if (a<12)
dbms_output.put_line("Goog Morning");
end;

Output

Goog Morning

if....else

if else statement in plsql

Syntax

if (condition) than
statements;

else

statements;

end if;

Example

declare
a number; 

begin
number=10;
if (a<12)
dbms_output.put_line("Goog Morning");
else
dbms_output.put_line("Good Evening");
end if;
end;

Output

Goog Morning

PLSQL First Example Looping Statement in PLSQL

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements