insert into lh_announcements(id,title,body,projectidfk,useridfk,posted) values( , , , , , ) delete from lh_announcements where id = select id, title, body, projectidfk, useridfk, posted from lh_announcements where id = update lh_announcements set title = , body = , projectidfk = , useridfk = , posted = where id =