单项选择题
A.OR B.Notbetween C.NotIN D.Like
以下()说明了代码:not(付款方式=’信用卡’)or(信用卡A.付款方式不能是信用卡。B.付款方式不能是信用...
单项选择题以下()说明了代码:not(付款方式=’信用卡’)or(信用卡<>’阳光卡’)的含义。
A.付款方式不能是信用卡。 B.付款方式不能是信用卡,或者信用卡是阳光卡。 C.如果付款方式是信用卡,那么信用卡不能是阳光卡。 D.付款方式是信用卡,并且信用卡不能是阳光卡。
以下()不属于聚合函数A.MAXB.COUNTC.NOTD.MIN
单项选择题以下()不属于聚合函数
A.MAX B.COUNT C.NOT D.MIN
以下()语句从表student中提取前5条记录。A.select * from student where r...
单项选择题以下()语句从表student中提取前5条记录。
A.select * from student where rowcount=5 B.select TOP of 5*from student C.select TOP5 * from student D.select * from student where rowcount<=5