2
Reply

Call multiple Foreign key in a table

Bineesh  VP

Bineesh VP

Jun 1 2013 4:17 AM
1k
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)