home / db

hörspielBuchautor

4 rows where personID = 114

✎ View and edit SQL

This data as json, CSV (advanced)

Link hörspielID personID
36,114 36 36 Marc Brandel 114
39,114 39 39 Marc Brandel 114
44,114 44 44 Marc Brandel 114
51,114 51 51 Marc Brandel 114

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.041ms