home / db

hörspielSkriptautor

2 rows where personID = 844

✎ View and edit SQL

This data as json, CSV (advanced)

Link hörspielID personID
274,844 274 274 Kai Schwind 844
283,844 283 283 Kai Schwind 844

Advanced export

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

CSV options:

CREATE TABLE "hörspielSkriptautor"(
  "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.483ms