| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: why hierarchy?
> ... I'd rather know what's involved to add God's father to the db.
Assuming god's father is a person named bob, it would be:
(new 'bob 'person)
(createWRR god parent bob)
The above is equivalent to below:
(new)
(create person instance (it))
(create (it) name
(block
(new)
(create word instance (it))
(create (it) symbolizedBy (create 'b 'o 'b))
(return (it))
)
(create god parent bob)
(create bob child god)
Received on Wed Jul 26 2006 - 11:40:37 CDT
![]() |
![]() |