要在users表中插入1条记录,下面哪条语句是正确的()

A . A、InsertIntousers(id,user_namE.Valuee(100,"luhong")提示:id字段类型自动编号,因此,用户不能赋值 B . B、InsertIntousers(real_name,tel)Valuee("卢红","6545632")提示:user_name是主键必须赋值,但未赋值。 C . C、InsertIntousers(user_name,Email)Valuee("luhong","")提示:Email不是必填字段,但应该赋NULL值 D . D、InsertIntousers(user_name,Email)Valuee("luhong",NULL)

时间:2022-10-01 10:13:46 所属题库:INTERNET应用服务系统题库

相似题目