Knovos interview question

What is the primary key ?

Interview Answer

Anonymous

1 Oct 2024

Primary key one of the constraints which is use to identify the each column uniquely. Also primary key is only the constraint which never use null value.

1