1.1 Types of MySQL Variables - Local Variables PDF
1.1 Types of MySQL Variables - Local Variables PDF
scope
the region of a computer program where a phenomenon, such as a
variable, is considered valid
Types of MySQL Variables – Local Variables
scope
the region of a computer program where a phenomenon, such as a
variable, is considered valid
Types of MySQL Variables – Local Variables
scope
the region of a computer program where a phenomenon, such as a
variable, is considered valid
Types of MySQL Variables – Local Variables
scope
the region of a computer program where a phenomenon, such as a
variable, is considered valid
≠
Types of MySQL Variables – Local Variables
scope
the region of a computer program where a phenomenon, such as a
variable, is considered valid
≠
Types of MySQL Variables – Local Variables
scope =
the region of a computer program where a phenomenon, such as a
variable, is considered valid
≠
Types of MySQL Variables – Local Variables
scope = visibility
the region of a computer program where a phenomenon, such as a
variable, is considered valid
≠
Types of MySQL Variables – Local Variables
MySQL Variables
Types of MySQL Variables – Local Variables
MySQL Variables
Types of MySQL Variables – Local Variables
MySQL Variables
local
Types of MySQL Variables – Local Variables
MySQL Variables
local
Types of MySQL Variables – Local Variables
MySQL Variables
local
session
Types of MySQL Variables – Local Variables
MySQL Variables
local
session
Types of MySQL Variables – Local Variables
MySQL Variables
local global
session
Types of MySQL Variables – Local Variables
MySQL Variables
local global
session
Types of MySQL Variables – Local Variables
MySQL Variables
local global
session
local variable
a variable that is visible only in the BEGIN – END block in which it was
created
Types of MySQL Variables – Local Variables
DECLARE is a keyword that can be used when creating local variables only