Multiple choice Which method executes an SQL INSERT, UPDATE or DELETE Statement? executeQuery() executeUpdate() execute() none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation executeUpdate() method executes an SQL INSERT, UPDATE or DELETE statement.