| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Mandatory on one side of one to many?
Is this a SQL Server or Access or database theory question?
ANSI SQL92 allows DEFERRABLE constraints, which make it possible to implement these circular references. Unfortunately, SQL Server doesn't support this type of constraint. You could add an INSERT trigger to the Production table to insert an Event automatically. Or just insert to both tables in a transaction each time.
--
David Portas
SQL Server MVP
--
Received on Sun Sep 05 2004 - 05:10:45 CDT
![]() |
![]() |