hörspielBuchautor
0 rows where personID = 883
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")
);