home / books

authors_books

0 rows where books_id = 119073 sorted by books_id

✎ View and edit SQL

This data as json

0 records

CREATE TABLE [authors_books] (
   [authors_id] TEXT REFERENCES [authors]([id]),
   [books_id] TEXT REFERENCES [books]([id]),
   PRIMARY KEY ([authors_id], [books_id])
);
Powered by Datasette · Queries took 18.083ms