Here is all the info you didn't want to know

UPDATE [LOW_PRIORITY] [IGNORE] table_reference <---- [ This is the tables name: ie songs]
SET col_name1={expr1|DEFAULT} [, col_name2={expr2|DEFAULT}] ...
[WHERE where_condition]
[ORDER BY ...]
[LIMIT row_count]
Google is a wonderful thing

Be aware though that while the syntax shouldn't change, some of the fiddly bits like punctuation might because of HeidiSQL.
Bill