You execute the following statement in a Microsoft Windows environment. There are no conflicts in the path name definitions.C: \> mysqld – install Mysql56 – defaults – file = C :\my –opts.cnf What is the expected outcome?()
A.Mysql is installed as the Windows service name Mysql56, and uses c: \my-opts.cnf as the configuration file
B.An error message is issued because – install is not a valid option for mysqld
C.A running Mysql 5.6 installation has its runtime configuration updated with the server variables set in c: \my-opts.cnf
D.Mysqld acts as an MSI installer and installs the Mysql 5.6 version, with the c: \my-opts.cnf configuration file
第1题:
1、下列哪一个不是Statement接口中的方法。()
A.executeUpdate方法
B.executeQuery方法
C.executeDelete方法
D.execute方法
第2题:
Statement接口的execute ()方法的返回类型是int型。
第3题:
下面Statement接口的方法中,用于执行各种SQL语句的是()。
A.executeUpdate(String sql)
B.executeQuery(String sql)
C.execute(String sql)
D.executeDelete(String sql)
第4题:
接口Statement中定义的execute方法代表有无ResultSet,返回类型是 。
A.ResultSet
B.int
C.boolean
D.受影响的记录数量
第5题:
下面Statement接口的方法中,用于执行各种SQL语句的是()。
A.executeUpdate(String sql)
B.executeQuery(String sql)
C.execute(String sql)
D.executeDelete(String sql)
第6题:
Statement对象提供了很多方法,主要包括()。
A.executeQuery方法
B.getInt方法
C.getIndex方法
D.executeUpdate方法
E.execute方法