网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

要在tbAddress表中插入记录,下面()语句是正确的。

  • A、Insert Into tbAddress(strName,strTel)Values("萌萌","6545632")
  • B、Insert Into tbAddress(strName,strEmail)Values("萌萌","")
  • C、Insert Into tbAddress(strName,strEmail)Values("萌萌",NULL)
  • D、Insert Into tbAddress(strName,intAge)Values(萌萌,22)

参考答案

更多 “要在tbAddress表中插入记录,下面()语句是正确的。A、Insert Into tbAddress(strName,strTel)Values("萌萌","6545632")B、Insert Into tbAddress(strName,strEmail)Values("萌萌","")C、Insert Into tbAddress(strName,strEmail)Values("萌萌",NULL)D、Insert Into tbAddress(strName,intAge)Values(萌萌,22)” 相关考题
考题 语句Ifx=1Theny=1下列说法正确的是()。A、x=1和y=1均为赋值语句B、x=1和y=1均为关系表达式C、x=1为关系表达式,y=1为赋值语句D、x=1为赋值语句,y=1为关系表达式

考题 .Net Framework的的核心组件是()A、ASP.NETB、ADO.NETC、COM+D、.Net Framework基础类库和公共语言运行库

考题 下面()是静态网页文件的扩展名。A、.netB、.htmlC、.aspxD、.jsp

考题 一个类可以继承自多个派生类。()

考题 若设置浏览器禁止Cookie,要有效地识别用户可以在 web.config中加入()