home / db

hörspielBuchautor

1 row where hörspielID = 166

✎ View and edit SQL

This data as json, CSV (advanced)

Link hörspielID personID
166,409 166 166 Marco Sonnleitner 409

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 6.067ms