Resources — Module 02: Data Types and Schema Design¶
Resources specific to data types, constraints, and normalization. For the full topic resource list, see ../RESOURCES.md.
Official Documentation¶
- PostgreSQL Data Types — Complete reference for all data types
- PostgreSQL Constraints — NOT NULL, UNIQUE, CHECK, FK documentation
Resources to Evaluate¶
- Database Normalization tutorial — needs verification