home / books

authors_books

0 rows where authors_id = 137082 sorted by authors_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 21.183ms