Jump to content

Can a Foreign key be used twice in a table


xxreenaxx1

Recommended Posts

I'm not 100% sure of what you're asking, but here's what I believe you are asking.  You basically want to have two types of ID's in a single table. (Students & Staff)

 

To do this, I would just add an extra column which would be named 'type' or 'staff', whatever you want.  Then make sure it's an int, and just use 0 & 1 to represent student or staff.

 

If it's not what you wanted, then sorry.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.