單項選擇題有一個商品信息表(表名:ProInfo),表的字段為:ProID(商品編號),ProCatg(商品類別),ProName(商品名稱),ProPrice(商品價格),下列選項()可以查詢每一類商品的平均價格。

A.Select  ProCatg,AVG(ProPrice) From ProInfo
B.Selecct AVG(ProPrice) From ProInfo Group By ProCatg
C.Select AVG(ProPrice) From ProInfo


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下面()是數(shù)據(jù)庫模型。

A.導(dǎo)航模型
B.文件模型
C.星狀模型
D.層次模型

2.單項選擇題我們通常使用()輸入、存儲和管理數(shù)據(jù)。

A.數(shù)據(jù)庫管理(DBMS)
B.數(shù)據(jù)庫
C.管理信息(MIS)
D.數(shù)據(jù)詞典