home / db

hörspielBuchautor

0 rows where personID = 507

✎ View and edit SQL

This data as json

0 records

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