CallableStatement对象变量实例化,如果执行的存储过程是一个Insert操作,则调用()方法。
A.execute()
B.executeQuery()
C.executeUpdate()
D.executeBatch()
正确答案是C