Reply to SQL - Foreign key with references of multiple tables with same primary key field
Posted by Chirag on 04/09/07 04:48
I want to create a table with
member id(primary key for Students,faculty and staff [Tables])
and now i want to create issues[Tables] with foreign key as member id
but in references i could not able to pass on reference as or
condition for students, faculty and staff.