Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 62693 invoked from network); 26 Jan 2006 15:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 15:07:06 -0000 Received: (qmail 70942 invoked by uid 500); 26 Jan 2006 15:07:05 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 70918 invoked by uid 500); 26 Jan 2006 15:07:05 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 70907 invoked by uid 99); 26 Jan 2006 15:07:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 07:07:05 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.142.198.203] (HELO smtp104.sbc.mail.mud.yahoo.com) (68.142.198.203) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 26 Jan 2006 07:07:04 -0800 Received: (qmail 14869 invoked from network); 26 Jan 2006 15:06:42 -0000 Received: from unknown (HELO ?127.0.0.1?) (ddebrunner@sbcglobal.net@71.131.207.32 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 26 Jan 2006 15:06:42 -0000 Message-ID: <43D8E57F.4090505@apache.org> Date: Thu, 26 Jan 2006 07:06:39 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: Derby Discussion Subject: Re: Some newBie sql question , References: <43D8DAF5.2030705@gmail.com> In-Reply-To: <43D8DAF5.2030705@gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Legolas Woodland wrote: > Hi > Thank you for reading my post. > I have some question about derby sql syntax > How i can define cascade on delete for foreign keys ? You can search the manuals using the search box on the Derby site. Top right on this page among others: http://db.apache.org/derby/index.html I typed in 'cascade on delete' and it took me right to the correct reference manual page. Dan.