Table Inheritance

Table inheritance reduces redundant column definitions and simplifies cross-table queries. PostgreSQL supports table inheritance while most relational databases do not. A parent table can define shared columns that child tables automatical…

1 sources - 3 claims

Table inheritance reduces redundant column definitions and simplifies cross-table queries. PostgreSQL supports table inheritance while most relational databases do not. A parent table can define shared columns that child tables automatically inherit.