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 Closure with XDb1

Re: Transitive Closure with XDb1

From: Neo <neo55592_at_hotmail.com>
Date: 11 May 2004 21:26:38 -0700
Message-ID: <4b45d3ad.0405112026.3cfbdce1@posting.google.com>


> Leandro said: You are 30 years late. Relational is declarative.

XDb1's interface allows data to be entered via three methods: API, GUI and "Natural Language Interface" (NLI). The below statements enter the equivalent data "declaratively":



person isA thing.
john isA person.
mary isA person.

planet isA thing.
mars isA planet.
venus isA planet.

universe isa thing.

mars isPartOf universe.
john isPartOf mars.

venus isPartOf universe.
mary isPartOf venus.


Could you show RDM's "declarative" equivalent? Could you show RDM's transitive closure equivalent? Received on Tue May 11 2004 - 23:26:38 CDT

Original text of this message

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