Question: Describe the role of the PRIMARY KEY constraint in PostgreSQL.Answer: The PRIMARY KEY constraint uniquely identifies each record in a table and ensures data integrity. |
Is it helpful?
Yes
No
Most helpful rated by users:
- Explain the concept of ACID properties in the context of databases.
- What is the purpose of the WHERE clause in a PostgreSQL query?