SQL Select
SQL Where
SQL Order By
SQL Insert
SQL Null
SQL Update
SQL Delete
SQL 函数
SQL Like
SQL 通配符
SQL In
SQL Between
SQL 别名
SQL Join
SQL Group By
SQL 数据库

Menu
×
×
正确

练习:

从Persons表中删除Birthday列。

ALTER TABLE Persons DROP COLUMN Birthday;

不正确

点击 此处 重试

正确

下一题 ❯
 Persons
 Birthday;







×

重置分数?