DECLARE
DECLARE var_name[,...] type [DEFAULT value]
This command is used to declare local variables. The scope of a variable is within the BEGIN ... END block.
BEGIN ... END