Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Column to track mu;ltiple foriegn keys
I have a table that is a hash of three item ids. The first two ids cannot be null and are foreign keyed to specific tables. The third id is not always there. If it is, it must reference an id from one of a few tables.
Item_A
Item_B
Special_1
Special_2
Special_3
Hash_Table
The third column is tricky. It can point to one of many tables.
I see two possibilities,
Any ideas?
Brian Received on Sat Jul 21 2001 - 16:25:22 CDT
![]() |
![]() |