post_charts
Data license: CC-BY
10 rows where chartId = 1588 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: postId, kind
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3268 | What is obesity and how is it measured? 48857 | Deaths by risk factor 1588 | link | 0 |
1823 | What do people die from? 27598 | Deaths by risk factor 1588 | link | 0 |
1531 | Where in the world do terrorists kill the most people? 25205 | Deaths by risk factor 1588 | link | 0 |
1460 | Sanitation 24932 | Deaths by risk factor 1588 | embed | 0 |
1045 | Alcohol Consumption 18622 | Deaths by risk factor 1588 | link | 0 |
1053 | Alcohol Consumption 18622 | Deaths by risk factor 1588 | embed | 0 |
924 | Causes of Death 15277 | Deaths by risk factor 1588 | embed | 0 |
663 | Obesity 12778 | Deaths by risk factor 1588 | embed | 0 |
260 | HIV / AIDS 3083 | Deaths by risk factor 1588 | embed | 0 |
161 | Smoking 1683 | Deaths by risk factor 1588 | embed | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_charts ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `chartId` integer NOT NULL, `kind` TEXT NOT NULL, `through_redirect` integer NOT NULL, CONSTRAINT `FK_post_charts_chartId` FOREIGN KEY (`chartId`) REFERENCES `charts` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_post_charts_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );