books_tags
3 rows where books_id = "arno-gruen/wider-den-gehorsam"
This data as json, CSV (advanced)
Link | tags_id | books_id |
---|---|---|
arno-gruen/wider-den-gehorsam,german | german | Wider den Gehorsam arno-gruen/wider-den-gehorsam |
arno-gruen/wider-den-gehorsam,philosophy | philosophy | Wider den Gehorsam arno-gruen/wider-den-gehorsam |
arno-gruen/wider-den-gehorsam,psychology | psychology | Wider den Gehorsam arno-gruen/wider-den-gehorsam |
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]) );