adspace
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