authors_books
1 row where books_id = "alexandre-dumas/the-count-of-monte-cristo" sorted by books_id
This data as json, CSV (advanced)
Link | authors_id | books_id ▼ |
---|---|---|
alexandre-dumas,alexandre-dumas/the-count-of-monte-cristo | Alexandre Dumas alexandre-dumas | The Count of Monte Cristo alexandre-dumas/the-count-of-monte-cristo |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [authors_books] ( [authors_id] TEXT REFERENCES [authors]([id]), [books_id] TEXT REFERENCES [books]([id]), PRIMARY KEY ([authors_id], [books_id]) );