How can you execute DML statements in the database?
By making use of the InsertStatement, DeleteStatement or UpdateStatement classes
By invoking the execute(...) or executeUpdate(...) method of a normal Statement object
By invoking the executeInsert(...), executeDelete(...) or executeUpdate(...) methods of
By making use of the execute(...) statement of the DataModificationStatement object