2001 4:16 AM
To: Cal Evans; [EMAIL PROTECTED]
Subject: Re: [RE: What is CONSTRAINTS for?]
Okie...I have this book on Proffessional PHP PRogramming and in the section
of
PHP & SQL Databases they have given this eg. with the CONSTRAINTS
optionit
goes like this.
CREATE TABLE authorso
Okie...I have this book on Proffessional PHP PRogramming and in the section of
PHP & SQL Databases they have given this eg. with the CONSTRAINTS optionit
goes like this.
CREATE TABLE authorsofdoc (
docid INTEGER UNSIGNED NOT NULL,
authorid INTEGER UNSIGNED NOT NULL,
constra