多项选择题X 纠错

A.Select * From Emp Where EmpNO Not In('791','792','793') 
B.Select * From Emp Where EmpNO !='791' AND EmpNO!='792' And EmpNO='793' 
C.Select * From Emp Where EmpNO <>'791' AND EmpNO<>792' And EmpNO=<>793' 
D.Select * From Emp Where EmpNO =!'791' AND EmpNO =!'792' And EmpNO =!'793'

参考答案:
查答案就用赞题库小程序 还有拍照搜题 语音搜题 快来试试吧
无需下载 立即使用

你可能喜欢

多项选择题

A.truncate table book 
B.delete * from book
C.drop table book 
D.delete from book

多项选择题

A.Update grade set score=score+5
B.Update grade set score=score+5 where score>=55 or score <=60
C.Update grade set score=score+5 where score between 55 and 60
D.Update grade set score=score+5 where score >=55 and score <=60

多项选择题

A.select top 1 * from book order by price asc
B.select top 1 * from book order by price desc
C.select top 1 * from book where price= (select max (price)from book)
D.select top 1 * from book where price= max(price)

多项选择题

A.select max(score) from grade 
B.select top 1 score from grade order by score asc 
C.Select min(score) from grade 
D.select top 1 score from grade order by score desc

多项选择题

A.Truncate table 可跟Where从句,根据条件进行删除 
B.Truncate table 用来删除表中所有数据 
C.触发器对Truncate table无效 
D.delete 比Truncate table速度快

多项选择题

A.SELECT * FROM 学习经历 WHERE 毕业学校 LIKE ’*清华*’ 
B.SELECT * FROM 学习经历 WHERE 毕业学校 = ’清华%’ 
C.SELECT * FROM 学习经历 WHERE 毕业学校 LIKE ’?清华?’ 
D.SELECT * FROM 学习经历 WHERE 毕业学校 LIKE ’%清华%’

多项选择题

A.Select * from [order details] Order by quantity desc 
B.Select * from [order details] Order by quantity asc
C.Select * from [order details] Order by quantity
D.Select * from [order details] Order by desc quantity

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

版权所有©考试资料网(ppkao.com)All Rights Reserved