You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested to learn how can i make relations in tables? i have three tables, authors, books and author_books_mapper, how can i connect these two tables at the time of creation of a book.
for example a book can have multiple author and multiple author can have multiple books, can i have some hint on this?