INNER JOIN publisher as p ON b.publisher_id = p.publisher_id INNER JOIN book_author as ba ON b.book_id = ba.book_id INNER JOIN author as a ON ba.author_id = a.author_id ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results