| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Constraints and Functional Dependencies
On Feb 27, 10:44 pm, mAsterdam <mAster..._at_vrijdag.org> wrote:
> Marshall wrote:
> > mAsterdam wrote:
> >> Does this (unicode 2261)
> >> come through: ≡ or does it look like gibberish?
>
> > Yes, that's the one. Comes through just fine. (It's always
> > a shock when my browser renders anything more challenging
> > than ASCII.)
>
> Brace yourself before you scroll down :-)
>
> Playing a little with Unicode:
>
> Mp (Marshall/paul) referential integrity =def=
> forall R(a): exists S(b): a = b
>
> becomes
>
> R(a) references S(b) ≡
> ∀R(a): ∃S(b)| a=b
>
> or
>
> (using レ = katakana re for references)
>
> R(a) レ S(b) ≡
> ∀R(a): ∃S(b)| a=b
>
> Classic referential integrity (no need, says paul c)
>
> (ル = ru for references unique)
>
> R(a) ル S(b) ≡
> ∀R(a): ∃!S(b)| a=b
Thank you for the formatting effort...For better formalism, domain of values -a- and -b- must be specified
So I may suggest ...
--Reference
R(a) レ S(b) ≡∀a E R,∀R(a): ∃b E S | ∃S(b) | a=b
--Reference Unique
R(a) ル S(b) ≡∀a E R,∀R(a): ∃!b E S | ∃!S(b) | a=b
Hope it does not get messed up in web format... Received on Thu Mar 01 2007 - 08:13:05 CST
![]() |
![]() |