单项选择题

向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)