10使用SQL命令将教师表teacher中工资salary字段值增加500应该使用的sql命令是A replace salary with salary+500B update teacher salary with salary+500C update set salary with salary+500D update teacher set salary=salary+500
D update teacher set salary=salary+500
原文地址: https://www.cveoy.top/t/topic/fJzT 著作权归作者所有。请勿转载和采集!