Login
Remember
Register
Ask a Question
Is it possible for a table to have more than one foreign key in SQL?
0
votes
asked
Jul 10, 2020
in
Sql
by
Robindeniel
Is it possible for a table to have more than one SQL foreign key?
#foreign-key
#sql-foreign-key
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
SakshiSharma
Yes, a table can have many foreign keys but only one primary key.
...