| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: why hierarchy?
> Can't help but notice that no way to record God's unnamed father
In case, you absolutely wanted to use the word father, it would be:
(create (new) name (word+ 'father))
(create god father (new))
OR
(new)
(create (it) name (block
(new)
(create word instance (it))
(create (it)
symbolizedBy
(select 'f 'a 't 'h 'e 'r))
(return (it))
)
(new)
(create god
(and (select word instance *)
(select * symbolizedBy 'father))
(it)
![]() |
![]() |