题目详情
单选题 设有学生表student,包括name、sex、age三个字段,sex的默认值为"男",插入一条新记录("Matthew","男",20),以下不正确的是
A. INSERT INTO student(name,age) VALUES("Matthew",20)
B. INSERT INTO student VALUES("Matthew",DEFAULT,20)
C. INSERT INTO student VALUES("Matthew",20)
D. INSERT INTO student SET name="Matthew",age=20

学科:数据库技术与应用
时间:2024-03-27 00:32:03
相关题目
相关作业
