post_broken_chart_links
Data license: CC-BY
3 rows where postId = 24575
This data as json, CSV (advanced)
id ▼ | postId | chartSlug | kind |
---|---|---|---|
23 | Are Facebook and other social media platforms bad for our well-being? 24575 | users-by-social-media-platform | link |
24 | Are Facebook and other social media platforms bad for our well-being? 24575 | percentage-of-young-people-engaging-in-social-networking-online | link |
25 | Are Facebook and other social media platforms bad for our well-being? 24575 | daily-time-spent-on-the-internet-by-young-people | link |
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 );