要在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)

相似考题