From: Martijn Tonies Date: December 3 2003 2:46pm Subject: Re: on delete|update List-Archive: http://lists.mysql.com/mysql/154949 Message-Id: <04ab01c3b9ac$47929c90$0e02a8c0@martijn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, > Hi there. I am trying to find what these > ON DELETE NO ACTION > > ON UPDATE NO ACTION > > would provide ib my db..... What are the options and what each of them do? These have to do with Foreign Key Constraints. If you're using InnoDB tables, you could let MySQL automatically drop any child objects by using ON DELETE CASCADE. NO ACTION will raise an exception if there are child objects and you're trying to delete/update a parent row. With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions http://www.upscene.com