FIS interview question

Explain differences between primary key and unique key

Interview Answer

Anonymous

Feb 8, 2019

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

1