SQL - Table Constraints
You ran this SQL command:
But it returned a syntax error. What is the most probable cause?
ALTER TABLE Orders ADD CONSTRAINT FK_Orders_Customers FOREIGN KEY CustomerID REFERENCES Customers(CustomerID);But it returned a syntax error. What is the most probable cause?
