scusate ragazzi sono nuovo e vorrei un piccolo aiuto perchè sono abbastanza ignorante in materia! :/
non riesco a collegare una chiave esterna ad un'altra tabella su altervista!
ecco l'errore che mi da :
Codice:
Errore
Query SQL:
CREATE TABLE PRODOTTO(
COD_PRODOTTO int(3) auto_increment primary key,
NOME char(20),
DESCRIZIONE char(100),
PREZZO char(7)
FOREIGN KEY ( KE_TIPO ) REFERENCES TIPOLOGIA( COD_TIPO ))
Messaggio di MySQL: https://s222.altervista.org/phpmyadmin/themes/dot.gif
#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 'FOREIGN KEY ( KE_TIPO ) REFERENCES TIPOLOGIA( COD_TIPO ))' at line 6