2
Answers

Call multiple Foreign key in a table

Bineesh  VP

Bineesh VP

11y
1k
1
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)