what is the correct way to design a 'table to row' relationship?
问题 I am trying to model the following in a postgres db. I have N number of 'datasets'. These datasets are things like survey results, national statistics, aggregated data etc. They each have a name a source insitution a method etc. This is the meta data of a dataset and I have tables created for this and tables for codifying the research methods etc. The 'root' meta-data table is called 'Datasets'. Each row represents one dataset. I then need to store and access the actual data associated with