i have a table with columns
- cid (customer id)
- cemail (customer email)
- cfax (customer email)
- cname (customer name)
now i want that there should be no duplication in cid,cemail,cfax as i do that i make these all as primary keys but if only one value is different database accept data i want that it should check all values what should i do now ?