Quiz on PostgreSQL Constraints Overview



1. What is the purpose of constraints in PostgreSQL?
2. Which of the following is NOT a type of constraint in PostgreSQL?
3. What does a UNIQUE constraint do?
4. Which constraint is used to link two tables together?
5. What is the effect of a CHECK constraint?

Advertisements