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: Nulls, integrity, the closed world assumption and events

Re: Nulls, integrity, the closed world assumption and events

From: Neo <neo55592_at_hotmail.com>
Date: 16 Jan 2007 17:05:11 -0800
Message-ID: <1168995911.277555.245340@38g2000cwa.googlegroups.com>


Ok, so would the MV solution for persons with cars with mfgs look like this? (If not, please show)

OTLT
NSN
POR
ASM
GM
HND Person Car
john

bob          NSN, POR
tom          ASM

Car     Name              Mfg

NSN nissan
POR porsche
ASM aston_martin GM, HND

Mfg Name
GM gm
HND honda

Can you show a query to find what has things that are manufactured by something whose name is honda? Below is dbd's:

(get * has (get * mfg (get * name 'honda))) Received on Tue Jan 16 2007 - 19:05:11 CST

Original text of this message

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