post_links
Data license: CC-BY
8 rows where postId = 2850 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
956 | Fertilizers 2850 | http://ourworldindata.org/land-use | internal-link |
957 | Fertilizers 2850 | https://ourworldindata.org/land-use | internal-link |
958 | Fertilizers 2850 | https://ourworldindata.org/biodiversity | internal-link |
959 | Fertilizers 2850 | http://ourworldindata.org/crop-yields | internal-link |
960 | Fertilizers 2850 | https://ourworldindata.org/excess-fertilizer | internal-link |
961 | Fertilizers 2850 | https://ourworldindata.org/africa-yields-problem | internal-link |
962 | Fertilizers 2850 | https://ourworldindata.org/yields-vs-land-use-how-has-the-world-produced-enough-food-for-a-growing-population | internal-link |
963 | Fertilizers 2850 | https://ourworldindata.org/soil-lifespans | internal-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 );