post_charts
Data license: CC-BY
12 rows where postId = 39956 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: chartId, kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
2752 | Palm Oil 39956 | Palm oil imports 4681 | link | 0 |
2753 | Palm Oil 39956 | Endemic mammal species 3378 | link | 0 |
2754 | Palm Oil 39956 | Area of land needed to produce one tonne of vegetable oil 4678 | link | 0 |
2755 | Palm Oil 39956 | Oil palm fruit yields 3980 | link | 0 |
2756 | Palm Oil 39956 | Area of land needed to meet global vegetable oil demand 4679 | embed | 0 |
2757 | Palm Oil 39956 | Land use for vegetable oil crops 4676 | embed | 0 |
2758 | Palm Oil 39956 | Oil yields by crop type 4677 | embed | 0 |
2759 | Palm Oil 39956 | Vegetable oil production 4675 | embed | 0 |
2760 | Palm Oil 39956 | Palm oil imports 4681 | embed | 0 |
2761 | Palm Oil 39956 | Land use for palm oil production 4589 | embed | 0 |
2762 | Palm Oil 39956 | Oil palm production 4014 | embed | 0 |
2763 | Palm Oil 39956 | Drivers of deforestation in Indonesia 4717 | embed | 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 );