books_tags
2 rows where books_id = "alice-miller-ruth-ward/the-drama-of-the-gifted-child"
This data as json, CSV (advanced)
Link | tags_id | books_id |
---|---|---|
alice-miller-ruth-ward/the-drama-of-the-gifted-child,nonfiction | nonfiction | The Drama of the Gifted Child alice-miller-ruth-ward/the-drama-of-the-gifted-child |
alice-miller-ruth-ward/the-drama-of-the-gifted-child,personal-development | personal-development | The Drama of the Gifted Child alice-miller-ruth-ward/the-drama-of-the-gifted-child |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [books_tags] ( [tags_id] TEXT REFERENCES [tags]([id]), [books_id] TEXT REFERENCES [books]([id]), PRIMARY KEY ([books_id], [tags_id]) );