home / db

hörspielBuchautor

2 rows where hörspielID = 357

✎ View and edit SQL

This data as json, CSV (advanced)

Link hörspielID personID
357,931 357 357 Ulf Blanck 931
357,932 357 357 Boris Pfeiffer 932

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