20th-century garden comprised of outdoor 'rooms' each with its own unique character

SELECT title, text, author, rating1, rating2, rating3, unix_timestamp(date) AS unixDate FROM reviews WHERE item_id = 9 AND `approved`= 1 ORDER BY `date` DESC