考试报名
考试报名
考试内容
考试大纲
在线客服
返回顶部

备考刷题,请到

CDA认证小程序

使用sql命令将学生表student中的学生年龄age字段的值增加1岁,应该使用的命令是()
A. update set age with age+1
B. replace age with age+1
C. update student set age=age+1
D. update student age with age+1
上一题
下一题
收藏
点赞
评论
题目解析
题目评论(0)

修改表中某个字段值的语法:update 表名 set 字段名=计算公式