How can I request a random row (or as close to truly random as is possible) in pure SQL?
SELECT * FROM table ORDER BY RAND() LIMIT 1