Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Implementing complicated constraints

Re: Implementing complicated constraints

From: wario <wario_spam_at_insightbb.com>
Date: 28 Sep 2004 07:19:46 -0700
Message-ID: <962c6d85.0409280619.395fb2@posting.google.com>


--Table A(AID, BID ref. B.BID, CID ref. C.CID, ATXT)
--Table B(BID, CID ref. C.CID)
--Table C(CID)

  1. Add CID key to table A.
  2. Create unique index on CID and ATXT.

Wario Received on Tue Sep 28 2004 - 09:19:46 CDT

Original text of this message

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