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: The Theoretical Foundations of the Relational Model

Re: The Theoretical Foundations of the Relational Model

From: Clifford Heath <cjh_nospam_at_managesoft.com>
Date: Thu, 04 Jul 2002 11:16:38 +1000
Message-ID: <3D23A1F6.903E82A6@managesoft.com>


Alfredo Novoa wrote:
> > ORM offers the least inflexible method for capturing conceptual designs
> And what about using text?

I'm not talking about the representation of the design, and besides, ORM has a textual form. I'm talking about postponing conceptually unimportant decisions (mainly the decision about which things should be entities and which attributes) until the logical or physical design stage (when this decision must be made). The decision about fine- or coarse-grained inheritance hierarchies, or whether inheritance should be used at all, is also omitted from an ORM model. In that respect, ORM is neutral on the relational/OO question, and offers itself as common ground. It captures the conceptual map without saying or implying anything about what physical structures might be needed to efficiently represent and manipulate the information.

> I don't understand the need for doing all graphically.

Agree. Parsers for graphical languages are not at all well-understood, whereas those for textual ones are, so any graphical language should always be mapped to a textual language so that it can be formally verified.

--
Clifford Heath
Received on Wed Jul 03 2002 - 20:16:38 CDT

Original text of this message

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