Update many-to-many table with composite primary key in Oracle
I have 2 tables and a many-to-many relationship between them. For this many-to-many relationship to work, I created a new table. This many-to-many table has only the ids of the other 2 tables: id_table1
and id_table2
.