單項選擇題alter table語句用于在已有的表中,修改字段名時使用的關(guān)鍵字是()。

A.add
B.change
C.modify
D.drop


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題以下能查詢student表中age字段的最小值的SQL語句是()。

A.select max(age)from student
B.select min(age)from student
C.select sum(age)from student
D.select avg(age)from student

3.單項選擇題計算stu表中score列平均分?jǐn)?shù)的sql語句正確的是()。

A.select avg(score)from stu
B.select max(score)from stu
C.select min(score)from stu
D.select sum(score)from stu

4.單項選擇題查詢student表中name一列數(shù)據(jù),以下命令正確的是()。

A.select * from student
B.select name from student
C.delete from student
D.update name from student

5.單項選擇題mysql查詢數(shù)據(jù)內(nèi)容命令正確的是()。

A.select * from class
B.drop * from class
C.modify * from class
D.change * from class