How do I "link" two tables when the primary key of table_a could exist in none, one or many columns in table_b? – Postgresql
How do I link two tables, People and Messages, when there is no single column in the Messages table that corresponds to the primary key of the People table? I have two tables: one containing email messages called Messages and…