将student表名修改为ss;
举一反三
- 将表名Student修改为Stu,写出SQL语句____。
- 将student表的名称改为stu,命令为:alter table student to 。或者使用student stu
- 假设Student表中stu_age列存放学生年龄,stu_age列为整型,Student表中目前有10条记录,则执行如下T-SQL语句:<br/>UPDATE<br/>Student SET stu_age=17<br/>运行结果是( )。 A: 将Student表中第一个学生的年龄修改为17 B: 将Student表中部分学生的年龄修改为17 C: 将Student表中10个学生的年龄都修改为17 D: 更新数据失败
- 将sc表的表名改为score的命令是()
- 修改student表结构需要使用命令:student