Bineesh  Viswanath

Bineesh Viswanath

  • NA
  • 1k
  • 759.8k

Call multiple Foreign key in a table

Jun 1 2013 4:17 AM
Sir,
 
I am doing program of 4 tables in SQL at the moment.

Abb:-Primary Key(P.K)

My tables are:- tbl_Student(P.K.studentId) tbl_Subject(P.K.subjectId), tbl_Division(P.K.divisionId)  and tbl_Mark(markId).

I want studentId, subjectId and divisionId in tbl_Mark as foreign key.

pls provide the query.







Answers (2)