Will this change all of the definitions entries with on command, or do I need to do them one at a time?
UPDATE definitions SET word = 'toot' where word = 'fart'
Will this select an entry from the table at random if the structure doesn't have an index (but using the supplied stipulations)?
SELECT * FROM `words` where definitions < 5
if not, how can I select an entry at random with < 5 definitions?