post_links
Data license: CC-BY
1 row where postId = 24362 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
5212 | In which countries do people smoke the most? 24362 | https://ourworldindata.org/grapher/share-of-adults-who-are-smoking-by-level-of-prosperity | 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 );