• 2022-06-05
    要在Statement对象stmt上执行SELECT语句“select*fromAddress”,可以使用________。
    A: stmt.execute("select*fromAddress");
    B: stmt.executeQuery("select*fromAddress");
    C: stmt.executeUpdate("select*fromAddress");
    D: stmt.query("select*fromAddress");
  • B

    举一反三

    内容

    • 0

      下面关于Statement接口中,用于执行SQL中的select语句的方法是() A: executeUpdate(Stringsql) B: executeQuery(Stringsql) C: execute(Stringsql) D: executeDelete(Stringsql)

    • 1

      接口Statement中将SQL查询语句提交给RDBMS执行的方法是( )。 A: executeQuery() B: executeUpdate() C: SELECT D: UPDATE

    • 2

      SELECT语句至少包含的部分是: A: 、仅SELECT B: SELECT,FROM C: 、SELECT,GROUP D: SELECT,INTO

    • 3

      stmt 为Statement对象,执行String sqlStatement=”delete from book where bid=’tp1001’”;语句后,删除数据库表的记录需要执行____语句

    • 4

      使用sql语句进行备份数据库使用下列命令中的() A: select into table B: select into database C: select into file D: select into outfile