Salve non riesco a capire che differenza c'� nello scrivere:

codice:
CONSTRAINT
codice:
 fk_PerOrders FOREIGN KEY (P_Id) REFERENCES Persons(P_Id)
e

codice:
FOREIGN KEY (P_Id) REFERENCES Persons(P_Id)
cio� nell'uso di contraint

grazie