select * from artists where artistId = update artists set artistid=artistid ,firstname = ,lastname = ,address = ,city = ,state = ,postalcode = ,email = ,phone = ,fax = ,thepassword = where artistid = insert into artists (firstname,lastname,address,city,state,postalcode,email,phone,fax,thepassword) values ( , , , , , , , , , ) delete from artists where artistid =