Query 001

SELECT id   AS "ID", 
       nome AS "Nome",
       spp  AS "Especie"
FROM arvores
ORDER BY id DESC
LIMIT 10;