post_links
Data license: CC-BY
3 rows where postId = 52428 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
15929 | Text for Environmental Impacts of Food Explorer 52428 | https://ourworldindata.org/environmental-impacts-of-food | internal-prominent-link |
15930 | Text for Environmental Impacts of Food Explorer 52428 | https://ourworldindata.org/environmental-impact-milks | internal-prominent-link |
15931 | Text for Environmental Impacts of Food Explorer 52428 | https://ourworldindata.org/food-choice-vs-eating-local | internal-prominent-link |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );