SQL - Table Relationships
Which SQL statement correctly enforces a one-to-one relationship between
Customer and CustomerDetails tables using CustomerID?Customer and CustomerDetails tables using CustomerID?CustomerID in CustomerDetails must reference Customer(CustomerID).CustomerID must be UNIQUE in CustomerDetails.CustomerID INT UNIQUE with a foreign key constraint.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions