题目内容:
向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’,‘王芳’,‘女’,l8)
参考答案:
答案解析: