TABLE author AS "Артист", rate AS "Оценка", genres AS "Жанр"
FROM "Ресурсы/Музыка"
WHERE type = "Альбом"
SORT artist ASC, rate DESC