向student表插入一条新记录的正确SQL语句是

admin2011-04-29  23

问题 向student表插入一条新记录的正确SQL语句是

选项 A、APPEND INTO student VALUES(‘0401’,‘王芳’,‘女’,18)
B、APPEND student VALUES(‘0401’,‘王芳’,’女’,18)
C、INSERT INTO student VALUES(‘0401’,‘王芳’,‘女’,18)
D、INSERT student VALUES(‘0401’,‘王芳’,‘女’,18)

答案C

解析   向表中插入新记录的命令格式为1NSERf INTO表名VALUES记求值。
转载请注明原文地址:https://kaotiyun.com/show/TZzp777K
0

最新回复(0)