"SELECT Author,Name,book.Genre,book.Publishing,Year,Tom,book.Acquired,Cost,FIO,Prima
FROM (publishing INNER JOIN genre ON book.Genre = genre.idGenre) INNER JOIN customer ON book.Publishing = publishing.idPublishing";
SELECT Author, Name, genre.Genre, publishing.Publishing, Year, Tom, book.Acquired, Cost, FIO, Prima