primary key and foreign key

前端 未结 4 2108
滥情空心
滥情空心 2021-01-25 05:57

I have 3 tables

   Student    Loan    Book
 - StudentID  LoanID  BookID

which foreign keys do i need to set so when given the student name, sea

4条回答
  •  一生所求
    2021-01-25 06:08

    Not sure what columns you have, assuming you have studentId in student table, it would be best candidate for primary in Student and foriegn in other two tables.

提交回复
热议问题