home / books

authors_books

0 rows where authors_id = 10746

✎ 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 10.52ms