post_links
Data license: CC-BY
9 rows where postId = 27071 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
7060 | Pneumonia deaths 27071 | https://ourworldindata.org/child-mortality#what-are-children-dying-from | internal-link |
7061 | Pneumonia deaths 27071 | https://ourworldindata.org/hunger-and-undernourishment#too-little-weight-for-height-wasting | internal-link |
7062 | Pneumonia deaths 27071 | https://ourworldindata.org/air-pollution | internal-link |
7063 | Pneumonia deaths 27071 | https://ourworldindata.org/grapher/death-rate-from-unsafe-sanitation | internal-link |
7064 | Pneumonia deaths 27071 | https://ourworldindata.org/grapher/pneumonia-and-lower-respiratory-diseases-deaths | internal-link |
7065 | Pneumonia deaths 27071 | #estimates-that-refer-to-pneumonia-might-also-include-cases-of-other-lower-respiratory-diseases | external-link |
7066 | Pneumonia deaths 27071 | https://owid.cloud/child-mortality | external-link |
7067 | Pneumonia deaths 27071 | https://owid.cloud/extreme-poverty | external-link |
7068 | Pneumonia deaths 27071 | https://owid.cloud/age-structure | external-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 );