單項選擇題t_score(stu_id,sub_id,score),即成績表(學號,科目編號,成績)。學生如果某科沒有考試,則該科成績錄入null。能夠獲取各位學生的平均成績的選項是()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題以下可以成功的創(chuàng)建本地tom用戶,密碼為“123”的SQL語句是()。

A.create user tom@’localhost’identified by’123’
B.drop user tom@’localhost’
C.add user tom@’%’identified by’123456’
D.alter user tom@’localhost’identified by’123456’

2.單項選擇題安裝Amoeba前,首先要安裝()環(huán)境。

A.JAVA環(huán)境
B.PYTHON環(huán)境
C.PEARL環(huán)境
D.以上都不是

3.單項選擇題amoeba的默認開啟的端口是()。

A.3306
B.6606
C.8806
D.9906

5.單項選擇題amoeba所對應的主配置文件是()。

A.amoeba.xml
B.amoebad.xml
C.dbServers.xml
D.dbServer.xml