单项选择题
A.statement.Update(sql);B.statement.executeQuery(sql);C.statement.executeUpdate(sql);D.statement.executeUpdate();
A.创建表B.加载驱动C.执行sql语句D.释放资源
A.SystemB.ClassC.ConnectionD.ResultSet