SQL
AخA
SELECT DISTINCT actor_name
FROM archive
LEFT JOIN actor_archive ON actor_id = ar_actor
WHERE ar_namespace = 0 AND ar_title = 'List_of_anthropogenic_disasters_by_death_toll'
ORDER BY ar_timestamp DESC;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.