post_charts
Data license: CC-BY
8 rows where chartId = 3378 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
2926 | Elephants, rhinos, gorillas: how many of our largest mammals are at risk of extinction? 41955 | Endemic mammal species 3378 | link | 0 |
2901 | Where are mammals most threatened? 41923 | Endemic mammal species 3378 | link | 0 |
2899 | Where are mammal hotspots? 41917 | Endemic mammal species 3378 | embed | 0 |
2815 | Why boycotting palm oil could do more harm than good 40118 | Endemic mammal species 3378 | link | 0 |
2779 | Not all forest loss is equal: what is the difference between deforestation and forest degradation? 40053 | Endemic mammal species 3378 | link | 0 |
2753 | Palm Oil 39956 | Endemic mammal species 3378 | link | 0 |
2734 | Drivers of Deforestation 39947 | Endemic mammal species 3378 | link | 0 |
2707 | Deforestation and Forest Loss 39941 | Endemic mammal species 3378 | link | 0 |
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 );