单项选择题
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)
A. 3 B. 2 C. 1 D. 0
A. int类型 B. float类型 C. void类型 D. 函数无类型说明,定义有错