post_links
Data license: CC-BY
2 rows where postId = 29190 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
7633 | How strong is the link between healthcare expenditure and life expectancy? 29190 | /life-expectancy/#life-expectancy-and-gdp | external-link |
7634 | How strong is the link between healthcare expenditure and life expectancy? 29190 | https://owid.cloud/hiv-aids | 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 );