post_charts
Data license: CC-BY
2 rows where chartId = 3561 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | chartId | kind | through_redirect |
---|---|---|---|---|
3424 | The state of the world's rhino populations 54629 | Southern white rhino population 3561 | embed | 0 |
2911 | Rhinos 41937 | Southern white rhino population 3561 | 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 );