Introduction to Data Modeling
Learn about data modeling in PostgreSQL.
We'll cover the following...
As a developer using PostgreSQL, one of the most important tasks you have to deal with is modeling the database schema for your application. In order to achieve a solid design, it’s essential to understand how the schema is then going to be used, as well as the trade-offs it involves.
...