Primary Key vs Foreign Key
S.No | Particulars | Primary Key | Foreign 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 foreign key in a table. |