To enforce the uniqueness value of one or more columns, you often use the PRIMARY KEY constraint. However, each table can have only one primary key. Hence, if you want to have a more than one column ...
Add a description, image, and links to the mysql-distinct topic page so that developers can more easily learn about it.