home / db

hörspielBuchautor

3 rows where personID = 477

✎ View and edit SQL

This data as json, CSV (advanced)

Link hörspielID personID
131,477 131 131 Tim Wenderoth 477
134,477 134 134 Tim Wenderoth 477
162,477 162 162 Tim Wenderoth 477

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "hörspielBuchautor"(
  "hörspielID" INTEGER NOT NULL REFERENCES "hörspiel"("hörspielID") ON DELETE CASCADE ON UPDATE CASCADE,
  "personID" INTEGER NOT NULL REFERENCES "person"("personID") ON DELETE CASCADE ON UPDATE CASCADE,
  PRIMARY KEY("hörspielID", "personID")
);
Powered by Datasette · Queries took 4.32ms