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: More on Database cells, and other terminology

Re: More on Database cells, and other terminology

From: Bill Karwin <bill_at_karwin.com>
Date: Tue, 09 May 2006 08:49:07 -0700
Message-ID: <e3qdli090@enews3.newsguy.com>


Bob Badour wrote:
> More important is the ignorant assertion that the dbms cannot derive
> data, which is exactly what views do.

There is also a sort of column-level view concept in InterBase/Firebird.   You can define a column and in place of the datatype you say "COMPUTED BY" and give an expression, which may reference other columns in the table. You can do the same thing in any individual query, but this virtual column is stored in the schema.

Regards,
Bill K. Received on Tue May 09 2006 - 10:49:07 CDT

Original text of this message

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