With MySQL, at least, you can also do INSERTS like an UPDATE statement. That is: INSERT INTO tblName SET name = 'Andy', age = '26'; Only get one insert per query that way, but it can be handy for large insert statements that are otherwise unreadable.