相关考题
-
单项选择题
下列哪个不是关系型数据库:()。
A.Oracle
B.DB2
C.Microsoft Sql Server
D.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.Axis2
B.XFire
C.CXF
D.以上都是
