Tengo el siguiente error, por favor quien me puede indicar que pas ??
CREATE TABLE materia(
mat_codigo VARCHAR( 6 ) ,
are_codigo VARCHAR( 6 ) ,
mat_nombre VARCHAR( 30 ) ,
INDEX are_ind( are_codigo ) ,
FOREIGN KEY ( are_codigo ) REFERENCES area( are_codigo ) ON DELETE CASCADE
MySQL ha dicho: Documentación
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'area(are_codigo)
ON DELETE CASCADE' at line 7