将student表中的列address的数据类型中的字节大小改为varchar(50),使用的语句命令是()
将student表中的列address的数据类型中的字节大小改为varchar(50),使用的语句命令是()
A.update student set
B.add address varchar(50)
C.alter table student alter address varchar(50)
D.alter address varchar(50)
正确答案:alter table student alter address varchar(50)
Tag:SqlServer数据库原理与应用 字节 语句
时间:2023-12-26 10:57:33