找考题网-背景图
多项选择题

A.insert into table 表名values(...)B.insert into 表名(列1,..……

插入数据应该使用哪种语句格式?()

A.insert into table 表名values(...)
B.insert into 表名(列1,...)values(值1,...)
C.insert into 表名values(...)
D.insert into table 表名(列1,...)values(值1,...)