A、InsertIntousers(id,user_namE.Valuee(100,"luhong")提示:id字段類型自動(dòng)編號(hào),因此,用戶不能賦值
B、InsertIntousers(real_name,tel)Valuee("盧紅","6545632")提示:user_name是主鍵必須賦值,但未賦值。
C、InsertIntousers(user_name,Email)Valuee("luhong","")提示:Email不是必填字段,但應(yīng)該賦NULL值
D、InsertIntousers(user_name,Email)Valuee("luhong",NULL)