BTW: - Procedure and function parameters to a procedure are special local variables that can be used to pass values from and to the calling environment, (see:http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html) - Inside a trigger, there are some special local variables that repres...