SQL
AخA
use commonswiki_p;
SELECT img_name, img_timestamp, img_size from image where img_media_type = 'AUDIO' and img_major_mime = 'audio' and img_minor_mime = 'midi'
ORDER BY img_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.