Memory engine for temporary table
mysql> mysql> CREATE TEMPORARY TABLE SUMPENALTIES -> (TOTAL DECIMAL(10,2)) -> ENGINE = MEMORY; mysql>