Hello,
I have a database to manage a library. I have created a table for "books" with a primary key (p.k.) "coddoc", another one for "authors" with p.k. "codaut" and a third one
with only two colums which are coddoc and codaut, which is related with the...