Posted by Ed Murphy on 04/09/07 06:30
Chirag wrote:
> 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.
Create a Members table, then have all the other tables reference it.
Navigation:
[Reply to this message]
|