post_charts
Data license: CC-BY
8 rows where chartId = 3346 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3256 | What are the sources for Our World in Data's population estimates? 48512 | Population 3346 | embed | 1 |
2833 | COVID Deaths - Country Profile Streamline 40237 | Population 3346 | link | 1 |
2682 | COVID Deaths Streamlined 39876 | Population 3346 | link | 1 |
2107 | Coronavirus Country Profile 33805 | Population 3346 | link | 1 |
2059 | COVID Deaths 32966 | Population 3346 | link | 1 |
2007 | Coronavirus (COVID-19) Deaths 32527 | Population 3346 | link | 1 |
1338 | India will soon overtake China to become the most populous country in the world 24535 | Population 3346 | embed | 1 |
1184 | The map we need if we want to think about how global living conditions are changing 20487 | Population 3346 | link | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_charts ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartId` integer NOT NULL, `kind` TEXT NOT NULL, `through_redirect` integer NOT NULL, CONSTRAINT `FK_post_charts_chartId` FOREIGN KEY (`chartId`) REFERENCES `charts` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );