首页 > 试题广场 >

以下SQL语句正确的是:

[不定项选择题]

以下SQL语句正确的是:

  • alter table test change name int

  • alter table test modify column name char(10)

  • alter table test delete column name

  • alter table test add column name int

change 可以将这个字段名字属性和注释全给改了,modify不可以改字段名字
删除是alter table test drop column name
发表于 2021-08-02 13:47:09 回复(0)