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: A Normalization Question

Re: A Normalization Question

From: x <x-false_at_yahoo.com>
Date: Wed, 28 Jul 2004 14:30:37 +0300
Message-ID: <41078e58@post.usenet.com>

"Neo" <neo55592_at_hotmail.com> wrote in message news:4b45d3ad.0407271130.60786b9e_at_posting.google.com...
> > > > > One can't derive that 'brown is composed of b, r, o, w, n' from an
> > > > > empty db; but a demo could convince me otherwise.
> > > >
> > > > SELECT "brown" AS [string], spell('brown') AS spelling;
> > > > Function spell(s As String) As String
> > >
> > > Try removing 'brown' from your SQL and see if it works.
> >
> > It could be replaced by a parametrized query
> > that ask the user for the string.

> In that case, the info to spell 'brown' is coming from the user, not > from an empty db.

Yes. The user ask the DBMS to spell 'brown'. For asking this, the user need to know how to spell 'brown' :-) This is why an empty db suffices :-)

> > So the info isn't coming from the particular string 'brown'.

> Maybe not, but how does this show derivation from an empty db. It
> seems to show derivation from a non-particular string 'brown' outside
> the db.

Like this:
{}|-- spelling("brown","brown")
because All(x) spelling(x,x)

:-)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Received on Wed Jul 28 2004 - 06:30:37 CDT

Original text of this message

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