题目详情
多选题 向Student学生表中插入一条学生信息,以下操作正确的是
A. INSERT INTO Student (StudentID ,StudentName ,Sex ,Birth ,HomeAddr ,EntranceTime ,ClassID) VALUES ('St0210010007' ,'李正华' ,'男' ,'1992-8-20' ,'成都市都江堰迎宾大道341号' ,'2010-09-12' ,'Cs021001')
B. INSERT INTO Student (StudentID ,StudentName ,Sex ,Birth ,HomeAddr ,EntranceTime ) VALUES ('St0210010007' ,'李正华' ,'男' ,'1992-8-20' ,'成都市都江堰迎宾大道341号' ,'2010-09-12' )
C. INSERT INTO Student (StudentID ,StudentName ,Sex ,Birth ,HomeAddr ) VALUES ('St0210010007' ,'李正华' ,'男' ,'1992-8-20' ,'成都市都江堰迎宾大道341号' )
D. INSERT INTO Student (StudentID ,StudentName ,Sex ,Birth ) VALUES ('St0210010007' ,'李正华' ,'男' ,'1992-8-20' )

学科:数据库原理与应用
时间:2023-05-15 14:20:45
相关题目
相关作业
