| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Foreign key pointing to multiple tables
joe.celko_at_northface.edu (--CELKO--) wrote in message news:<a264e7ea.0309201154.69d8aa12_at_posting.google.com>...
> >> Each Job has some details in its table, it also has a type. These
[...]
Shouldnt that be
CREATE TABLE A_jobs
(job_ticket INTEGER NOT NULL PRIMARY KEY,
...
Since there is a foreign key (job_ticket, job_type), is it necessary to have the foreign key (job_ticket)?
[...]
Kind regards
/Lennart
Received on Sun Sep 21 2003 - 16:17:50 CDT
![]() |
![]() |