SQL
AخA
USE commonswiki_p;
SELECT img_name as 'file name', user_name as 'uploader', img_size/1073741824 as 'file size (in GB)', img_major_mime as 'file type', img_minor_mime as 'file format' FROM image JOIN user ON image.img_user = user.user_id ORDER BY img_size DESC LIMIT 0,500;
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.