单项选择题X 纠错

A.check(sex=0 or sex=1)
B.check(sex between 0 and 1)
C.check(sex in(0,1))
D.check(sex =(O,1))

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

你可能喜欢

单项选择题

A.设置了unique的字段的值必须唯一
B.设置了unique的字段的值不能为null
C.设置了primary key的字段一定设置有unique属性
D.设置了unique的字段一定有索引

单项选择题

A.主键
B.外键
C.默认值
D.UNIQUE约束

单项选择题

A.SELECT quantity,UnitPrice FROM sales
B.SELECT quantity,UnitPrice,quantity+UnitPrice AS totalPrices FROM sales
C.SELECT quantity,UnitPrice,quantity*UnitPrice AS totalPrices FROM sales
D.SELECT quantity,UnitPrice,sum(quantity*UnitPrice) AS totalPrice FROM sales

单项选择题

A.selectc ompanyname,fax from suppliers where fax is null
B.select companyname,fax from suppliers where country in(’China’,’Italy’)
C.select companyname,fax from suppliers where country=’China’ or country=’Italy’
D.select companyname,fax from suppliers where fax=null

单项选择题

A.存储过程中加上output的参数只能由存储过程内向外传递值,而不能由存储过程外向内传递值。
B.在定义存储过程时,需要向外传递值的参数需要加上output参数。
C.在执行存储过程时,需要向外传递值的参数需要加上output参数。
D.output的作用是能使存储过程的参数向过程外传递值。

赞题库

赞题库-搜题找答案

(已有500万+用户使用)


  • 历年真题

  • 章节练习

  • 每日一练

  • 高频考题

  • 错题收藏

  • 在线模考

  • 提分密卷

  • 模拟试题

无需下载 立即使用

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