can a table have 2 foreign keys?
can a table have 2 foreign keys?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek JaiswalPosted Jun 23, 2014, 8:08 AM
yeah, a table can have multiple foreign keys, as each foreign key is independently enforced by database. (each foreign key can have different parent table.)
:)
Anupam SinghPosted Jun 23, 2014, 2:49 AM
Read this http://www.w3schools.com/sql/sql_foreignkey.asp