Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Transitive dependencies

Re: Transitive dependencies

From: Mark Wright <markwright_at_hotpop.com>
Date: Tue, 07 Oct 2003 16:38:04 GMT
Message-ID: <ddba5c58b3eee6389a04e812065e7878@news.teranews.com>


"Mark Wright" <markwright_at_hotpop.com> wrote in message news:<dc4140a865026224ad8d4c7642789d55_at_news.teranews.com>...

<snip>

> Solution 3:
> Decompose each award category attribute (research, support) into separate
> entities:
>
> research(<institute, year, research>, amount, error) FK - research_error
> support(<institute, year, category>, amount, error) FK - support_error
> research_error(<error>, description)
> support_error(<error>, description)
>

My apologies I made a mistake in Solution 3 the relations should actually look like this:

research(<institute, year>, amount, error) FK - research_error support(<institute, year>, amount, error) FK - support_error research_error(<error>, description)
support_error(<error>, description)

Thanks,
Mark Received on Tue Oct 07 2003 - 11:38:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US