在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是executeQuery方法。
举一反三
- 在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是( )
- 在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是() A: execute方法 B: executeQuery方法 C: executeUpdate方法 D: getMaxRows方法
- Statement接口的executeQuery(String sql)方法用于执行SQL的【 】语句
- Statement接口的executeQuery(String sql)方法用于执行哪个SQL语句?( ),返回的是( )类的对象。[br][/br] 注:小写
- 在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,返回结果。 A: execute B: close C: executeUpdate D: executeQuery