2018年3月计算机二级MySQL强化试题及答案(8)
2018年3月计算机等级考试马上开始啦!小编在这里为考生们整理了2018年3月计算机二级MySQL强化试题及答案,希望能帮到大家,想了解更多考试内容,请关注留学群的及时更新哦。2018年3月计算机二级MySQL强化试题及答案(8)1) delete from student where s_id > 5 的代码 如果取消 where s_id > 5 ,执行 delete from student 语句后的结果意味着什么?A 删除表studentB 删除表student的所有记录C 删除数...