A.NetBeuiB.IPX/SPXC.TCP/IPD.FTP
A、0 B、1 C、若干條(0或多條) D、全部
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)