Skip to main content

One doc tagged with "entity-relationship"

View all tags

Entity–Relationship Model

In relational databases like Postgres, a relationship between entities, i.e., tables, is implemented by storing the primary key of one entity as a pointer or "foreign key" in the table of another entity.