country_sources_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
2 rows where country_id = 17
Download this data as a CSV Spreadsheet (All Rows)
CREATE TABLE [country_sources_index] (
[country_id] integer,
[source_id] integer,
FOREIGN KEY (country_id) REFERENCES countries(country_id),
FOREIGN KEY (source_id) REFERENCES sources(source_id)
);