Hi,
How to make many to many relationships and Insert, Update and Delete the data to/from them with buttons?
I have these three tables
table 1) BOOK with primary key ISBN
table 2) Reader with primary key ID_book
table 3) Bridge with two foreign key ISBN and ID_book