post_links
Data license: CC-BY
5 rows where postId = 48371 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
15069 | What is childhood wasting? 48371 | http://ourworldindata.org/stunting-definition | internal-link |
15070 | What is childhood wasting? 48371 | https://www.who.int/tools/child-growth-standards | external-link |
15071 | What is childhood wasting? 48371 | https://www.who.int/publications/i/item/9789241547635 | external-link |
15072 | What is childhood wasting? 48371 | https://ourworldindata.org/stunting-definition | internal-prominent-link |
15073 | What is childhood wasting? 48371 | https://ourworldindata.org/hunger-and-undernourishment | 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 );