FIS interview question

Explain differences between primary key and unique key

Interview Answer

Anonymous

8 Feb 2019

Primary key not having null value.. unique key support 1null value.. both not support for duplication

1