A. Statement B. CallableStatement C. PreparedStatement D. ProcedureStatement
A. int B. ResultSet C. void D. String
A. 最后一条记录the last record B. 第一条记录之后after the first record C. 第一条记录the first record D. 第一条记录之前before the first record.、
A. Connection B. DBConnection C. DataBaseConnection D. Conn
A. rs.fetchInt(1) B. rs.fetchInt(0) C. rs.getInt(1) D. rs.getInt(0)
A. jdbc:mysql:/localhost/3306/mydb B. jdbc:mysql://localhost:3306/mydb C. jdbc//mysql:/localhost:3306/mydb D. jdbc:mysql://localhost/3306/mydb
A. com.mysql.cj.jdbc.Driver B. mysql.com.cj.jdbc.Driver C. com.mysql.JDBCDriver D. com.mysql.jdbc.cj.jDriver
A. restore() B. goback() C. commit() D. rollback()
A. select * from mytable top 10 ; B. select * from mytable 10 top; C. select * from mytable limit 10; D. select * from mytable 10 limit ;
A. PrecompileStatement B. PrecompiledStatement C. PrepareStatement D. PreparedStatement