Answers for "sql global variable"

SQL
0

global variables in sql

Global variables:
These variables are the variables which
can be accessed throughout the program.
Global variables cannot be created
whenever that function is called.

Local variables:
These variables can be used or exist 
only inside the function. These variables
are not used or referred by any other function.
Posted by: Guest on January-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language