若要删除表S中所有的编号(id)为偶数的记录可使用()

A.delete from S where id%2=0 B.update table S C.truncate S D.drop table S where id%2=1

时间:2024-05-18 16:11:03

相似题目