A-A+ update student set s_name = ’王军’ where s_id =1 该代码执行的是哪项操作?A.添加姓名叫王军的 2020-11-29 02:26:23 IT认证 阅读 问题详情 update student set s_name = ’王军’ where s_id =1 该代码执行的是哪项操作?A.添加姓名叫王军的记录B.删除姓名叫王军的记录C.返回姓名叫王军的记录D.更新姓名叫王军的记录请帮忙给出正确答案和分析,谢谢! 参考答案 查看解答