ALTER TABLE CLIENTE ADD CONSTRAINT NOME_CONSTRAINT FOREIGN KEY NOME_COLONNA REFERENCES TABELLA_TARGET(COLONNA_TARGET)
Questo a memoria; passibile di errori
ALTER TABLE CLIENTE ADD CONSTRAINT NOME_CONSTRAINT FOREIGN KEY NOME_COLONNA REFERENCES TABELLA_TARGET(COLONNA_TARGET)
Questo a memoria; passibile di errori
There are 10 types of people in the world - those who understand binary and those who don't.