Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: "We don't do triggers"
Mike Sherrill wrote:
> On Tue, 25 Nov 2003 08:35:23 -0500, "mcstock"
> <mcstockspamplug_at_spamdamenquery.com> wrote:
>
>
>>if you're referring to declarative constraints, that's a given
By any definition you will ever learn while earning a computer science degree they are different.
The business logic is that every invoice must have an invoice number. The integrity constraint is a primary key.
The business logic is that all persons must have a gender The integrity constraints are a NOT NULL and a check constraint constraining entries to 'F' or 'M').
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Wed Nov 26 2003 - 10:52:40 CST
![]() |
![]() |