| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Transitive Closure with XDb1
> 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":
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
![]() |
![]() |