Call multiple Foreign key in a table
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.