Can someone help why I am not able to add new records following the underneath sql statement:
SELECT “crew-rollen”.“Id-rol”, “crew-rollen”.“Id-crew”, “crew-rollen”.“Id-prod”, “crew-rollen”.“rol-rol”, “crew-rollen”.“rol-acteur”, “t-toneelwerken”.“productie-toneelstuk” FROM “crew-rollen”, “t-toneelwerken” WHERE “crew-rollen”.“Id-prod” = “t-toneelwerken”.“Id-prod”
tables “crew-rollen” and “t-toneelwerken” have relationship “Id-prod” in relationship table.