• rajprabuit (8/7/2012)


    No.You can't add 2 primary key in a table.Instead u can add Unique key which accept null value in it.

    But if the OP wants it to act like a primary key, you would want to ensure that the column is not nullable as a PK won't accept a NULL value.