post_charts
Data license: CC-BY
8 rows where chartId = 3548 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind, through_redirect
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
1814 | Pneumonia — no child should die from a disease we can prevent 27430 | Causes of death in children under five 3548 | embed | 1 |
1691 | Diarrhea children - burden 26761 | Causes of death in children under five 3548 | link | 1 |
1688 | Diarrheal Diseases 26758 | Causes of death in children under five 3548 | embed | 0 |
1614 | What are children dying from 26278 | Causes of death in children under five 3548 | link | 1 |
1429 | Major causes of child mortality: cause details 24865 | Causes of death in children under five 3548 | link | 1 |
1423 | Major causes of child mortality: overview 24862 | Causes of death in children under five 3548 | link | 1 |
1290 | More than half a million children die from diarrhea each year. How do we prevent this? 24149 | Causes of death in children under five 3548 | link | 1 |
938 | Causes of Death 15277 | Causes of death in children under five 3548 | embed | 1 |
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 );