单项选择题
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.0 B.1 C.40 D.出错
A.文本框控件 B.表达式 C.标签控件 D.域控件