• You can have only 1 primary key for a table. Primary key can constitute a single column or can have multiple columns.

    If uniqueness of data is what you want you can look at unique indexes.

    "Keep Trying"