多选题

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

AInsert Into tbAddress(strName,strTel)Values("萌萌","6545632")

BInsert Into tbAddress(strName,strEmail)Values("萌萌","")

CInsert Into tbAddress(strName,strEmail)Values("萌萌",NULL)

DInsert Into tbAddress(strName,intAge)Values(萌萌,22)

正确答案

来源:www.examk.com

答案解析