Which of the following is the main difference between Primary Key and Unique Key
1
Primary Key accept NULL Values whereas Unique Key does not
2
Primary Key does not accept NULL Values whereas Unique Key does
3
Primary Key and Unique Key both does not accept NULL Values
4
Primary Key and Unique Key both accept NULL Values