單項(xiàng)選擇題計(jì)算stu表中score列總分?jǐn)?shù)的sql語(yǔ)句正確的是()。

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


您可能感興趣的試卷

你可能感興趣的試題

2.單項(xiàng)選擇題mysql中創(chuàng)建數(shù)據(jù)庫(kù)abc,以下命令正確的是()。

A.drop table abc
B.create table if exists abc
C.create database abc
D.create table abc

3.單項(xiàng)選擇題如果存在stu表,則將其刪除的SQL語(yǔ)句是()。

A.drop table to stu
B.drop table stu
C.drop table if exists stu
D.create table stu

4.單項(xiàng)選擇題查詢(xún)wg表中所有數(shù)據(jù)的命令是()。

A.select * from wg
B.show tbales
C.show databases
D.show * from wg

5.單項(xiàng)選擇題查詢(xún)wg表中ID列的內(nèi)容的SQL語(yǔ)句是()。

A.select ID from wg
B.show ID from wg
C.select * from student group by ID
D.show * from wg