| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Storing data and code in a Db with LISP-like interface
Pascal Bourguignon wrote:
> Bob Badour <bbadour_at_pei.sympatico.ca> writes:
>
>>Can it handle n-ary relations? Like "John bought 10 apples each at >>10cents" ?
Thank you, that's much more revealing than 100 binary relations.
Does prolog summarize the results? Or does it list each individual purchase?
Consider:
bought(john,10,apple,10,cent).
bought(john,3,apple,15,cent).
?- bought(john,HowMany,apple,_price,_money). Received on Fri Apr 21 2006 - 09:49:06 CDT
![]() |
![]() |