A.select sysdate from dualB.select now()C.select getdate()D.以上都是
单项选择题在MySql数据库中,常用的分页查询关键字为:()。
A.topB.rownumC.splitD.limit
单项选择题下列哪个不是关系型数据库:()。
A.OracleB.DB2C.Microsoft Sql ServerD.Redis
单项选择题假设存在表“Student”,表中age列存在null数据,请问下列sql哪个可以将age为null的数据筛选出来:()。
A.select *from Student where age =null;B.select *from Student where age is null;C.select *from Student where age =’’;D.select *from Student where age is ’’;
单项选择题下列哪些框架是常见的Web Service 开发框架:()。
A.Axis2B.XFireC.CXFD.以上都是
单项选择题在老版本的Jdk中,switch语句的表达式只能支持byte、short、char、int或者其对应的封装类以及Enum类型。那么从哪个版本的JDK开始,switch可以使用String类型的数据:()。
A.jdk 1.5B.jdk 1.6C.jdk 1.7D.jdk 1.8