<0> oh doh. I already added that constraint. Teehee.
<1> How can I see if there are duplicate entries in a specific column of a database? <1> For example, if there is a us zipcode database, and I want to see if the zipcode field is unique or not <2> select * from table group by zip having count(zip) > 1; something like that