post_broken_chart_links
Data license: CC-BY
4 rows where postId = 26460
This data as json, CSV (advanced)
id ▼ | postId | chartSlug | kind |
---|---|---|---|
29 | Does the news reflect what we die from? 26460 | relative-share-of-deaths-in-usa | embed |
30 | Does the news reflect what we die from? 26460 | relative-share-of-google-searches-for-causes-of-death | embed |
31 | Does the news reflect what we die from? 26460 | death-coverage-in-nyt | embed |
32 | Does the news reflect what we die from? 26460 | share-guardian-media-coverage | embed |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_broken_chart_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartSlug` TEXT NOT NULL, `kind` TEXT NOT NULL, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );