>Hi, once again!
>\I tend to get on and off this list.
>
>I have myCC and I was wondering what this means in my CREATE file.
>
>) TYPE=MyISAM;
>
>Could somebody please translate this into English?

Please read: http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html

>
>I am interested in the UNIQUE property.
>
>Would making my replies to survey subject to UNIQUE make thej less easy to
>enter in multiples for purposes of ballot-stuffing?
>
>Thanks,
>
>Gloria

UNIQUE is a constraint placed on your table that would prevent a column or
a combination of columns from having duplicate information. Information
describing the use of the UNIQUE keyword is also on the link I posted
earlier.

Best wishes,
Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to