Primary Key vs Unique Key
S.No | Particulars | Primary Key | Unique Key |
1 | null value | can't accept null values. | can accept Only One null value. |
2 | key | only one Primary key in a table. | more than one Unique key in a table. |