下列哪个语句实现将计算机系学生各科成绩置为 0?
- A. update sc set grade=0 where sc.sno=student.sno and sdept= ’cs’
- B. update sc set grade =0 where sno in(select sno from student where sdept= ’cs’)
- C. update grade=0 from sc where sno in(select sno from student where sdept= ’cs’)
- D. update grade=0 from sc where sdept= ’cs’
查看答案
纠错
若遇到问题请联系 客服QQ:3480655671
正确答案: B
本题解析: 暂无解析
包含此试题的试卷
你可能感兴趣的试题
置顶