Table Index MySQL

mysql>
mysql> CREATE TEMPORARY TABLE SUMPENALTIES
    ->    (TOTAL DECIMAL(10,2))
    ->    ENGINE = MEMORY;
mysql>