adspace


Can primary key be null postgres?

Answer Posted / Vivek Misra

Answer: No, a primary key cannot be NULL in PostgreSQL unless you explicitly allow it using the `NOT NULL` keyword. By default, a primary key column is set to NOT NULL.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959