Re: Constraints under 3.23.55-nt

2003-07-31 Thread Victoria Reznichenko
"Morten Gulbrandsen" <[EMAIL PROTECTED]> wrote: > > I use Version DBMS MySQL 3.23.55 runing under Windows 2000. > > I have coded this from a textbook; > === > > > C:\mysql\bin>type constraint.sql > USE company; > > DROP TABLE IF EXISTS EMPLOYEE; > > CREATE TABLE EMPLOYEE > ( > FNAME

Constraints under 3.23.55-nt

2003-07-31 Thread Morten Gulbrandsen
Hello programmers: I use Version DBMS MySQL 3.23.55 runing under Windows 2000. I have coded this from a textbook; === C:\mysql\bin>type constraint.sql USE company; DROP TABLE IF EXISTS EMPLOYEE; CREATE TABLE EMPLOYEE ( FNAME VARCHAR(15) NOT NULL, MINIT CHAR, LNAME