Oracle SQL,PL/SQL

What is the goto statement in Plsql?

Written by shohal

Goto Statement

In PL/SQL, GOTO statement makes you able to get an unconditional jump from the GOTO to a specific executable statement label in the same subprogram of the PL/SQL block.

What is the use of goto statement in SQL?

The GOTO statement is a straightforward and basic flow of control statement that causes an unconditional change in the flow of control. It is used to branch to a specific user-defined location using labels defined in the SQL procedure.

What do you mean by goto statement?

The goto statement is a jump statement which is sometimes also referred to as unconditional jump statement. The goto statement can be used to jump from anywhere to anywhere within a function.

Goto Statement Example:

About the author

shohal

Leave a Comment