authors_books
5 rows where authors_id = "arthur-c-clarke"
This data as json, CSV (advanced)
Link | authors_id | books_id |
---|---|---|
arthur-c-clarke,arthur-c-clarke/2001-a-space-odyssey | Arthur C. Clarke arthur-c-clarke | 2001: A Space Odyssey arthur-c-clarke/2001-a-space-odyssey |
arthur-c-clarke,arthur-c-clarke/the-nine-billion-names-of-god | Arthur C. Clarke arthur-c-clarke | The Nine Billion Names of God arthur-c-clarke/the-nine-billion-names-of-god |
arthur-c-clarke,arthur-c-clarke/the-songs-of-distant-earth | Arthur C. Clarke arthur-c-clarke | The Songs of Distant Earth arthur-c-clarke/the-songs-of-distant-earth |
arthur-c-clarke,arthur-c-clarke/the-star | Arthur C. Clarke arthur-c-clarke | The Star arthur-c-clarke/the-star |
arthur-c-clarke,arthur-c-clarke/trouble-with-time | Arthur C. Clarke arthur-c-clarke | Trouble with Time arthur-c-clarke/trouble-with-time |
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]) );